Skip to content

Instantly share code, notes, and snippets.

View konsultaner's full-sized avatar
🎯
Focusing

Richard konsultaner

🎯
Focusing
View GitHub Profile
@konsultaner
konsultaner / gist:5728234
Last active December 18, 2015 04:49
This is an angularjs directive for jsMovie
/* Directive for jsMovie */
/* USAGE: <div jsmovie='' play-on-load='true' folder='img/seq/' sequence='mySeq####.png' from='1' to='32'></div> */
module.directive('jsmovie',function(){
return {
restrict:"A",
link:function(scope,element,attrs){
var possibleSettings = [
{name:'images', type:'array'},
{name:'clipQueue', type:'array'},
{name:'grid', type:'object'},