Skip to content

pycka/styleanimation.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StyleAnimation

	-- Xbrowser CSS transitions --

									by Radosław Pycka


Small, jQuery-inspired, dependency-free JavaScript utility for DOM animation. Works in a similar way to jQuery's animate() or CSS 3 transitions - transits current css state to that defined by property map. 

As of now, it only handles numeric properties (e.g. height, width) in different measurment units (px, pt, %). Other types, like color, will be added later (or you may do it by yourself - it's quite easily expendable).

Doesn't require any additional libraries or frameworks and supports all modern browsers, and by modern I mean IE 6+.

Status: usable / under active development


TODO:
- docs
- demos
- examples
- accessors for color, opacity and other transitions
- speed optimization
- testing

About

JavaScript cross-browser CSS transition utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published