Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transition

javascript library for managing and create easy and cross browser animation. Transition it's an ease and friendly way of taking advantages of requestAnimationFrame and build-in -transform feature of the magior browser.

Browser Support

Transition has been tested and should work in

  • Internet Explorer 7+
  • Safari
  • Firefox
  • Chrome
  • Opera

Examples

I just begin to set it free so, for right now, there isn't much to show. Some example and a draft documentation can be found at www.somethinglikethis.it/transition.

Usage

Transition has just one object:

  • Transition

and a separated object Colors in wich are placed some utils for converting and manage colors.

Transition

var tween=new Transition();
tween.addTweener(myobj,{param...,duration:mls,ease:"easeNone",onStart:function,onTween:function,onEnd:function,args:[obj]});

License

Transition is released under MIT license.

Credits

Transition javascript library was created by Fabio Fantini. You can contact me at info@somethinglikethis.it website : somethinglikethis.it.

About

Javascript library for managing and create easy and cross browser animation.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages