1.0.7 • Published 9 years ago

modulex-anim v1.0.7

Weekly downloads
10
License
MIT
Repository
-
Last release
9 years ago

anim

animation using timer and transition

anim NPM downloads Build Status Coverage Status Dependency Status Bower version node version

example

<script src='/mx_modules/modulex-debug.js'></script>
<script>
modulex.config('base', '/mx_modules');
modulex.use('anim', function(Anim){
    new Anim(domNode,{
        width: '100px'
    },{
        duration:0.5,
        complete:function(){
            alert('complete');
        }
    }).run();
});
</script>
1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago