Lightweight JavaScript Animation Library: $fx()
15
Jan
$fx() is a JavaScript animation library which is only 3.7kb.
Within a timeline, any CSS property can be altered. And also:
- you can combine effects
- group them to the chains and run parallel
- set different callbacks what gives you even more flexibility.
$fx() is definitely not an alternative to other well-known JavaScript frameworks. On the other hand it does its job (animation) good & if that’s what you need, then it saves you from loading bigger sizes of JS files.
Have a look at the examples.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://fx.inetcat.com/
Demo: http://fx.inetcat.com/manuals.php#b3
Compatibility: All Major Browsers
Website: http://fx.inetcat.com/
Demo: http://fx.inetcat.com/manuals.php#b3
- Tags:
Animation Javascript
- Filed under: Effects, Goodies, Other License
- 4 Comments























4 Responses for "Lightweight JavaScript Animation Library: $fx()"
A nice simple library. Certainly better than adding jQuery for small simple effects.
It does look very nice. My only concern is memory leaks, because it extends DOM nodes. I haven’t looked at the source thoroughly though, so he may have catered for this.
I created a similar library for javascript animations; lighweight at less than 4kb compressed and standalone. See http://ryanmorr.com/archives/fx-lightweight-and-standalone-animation
It looks so small and simple. Really practical… Congratulations.