2KB JavaScript animation library
21–30 of 34 posts
Re: 2KB JavaScript animation library
#22Does not work in Safari (desktop).
Re: 2KB JavaScript animation library
#23Earlier quoted context omitted.
Nice. I'd be interested in that and love small footprint libraries. Do you have a comparison with http://velocityjs.org/ or other popular alternatives?
In terms of performance, it outperforms all the animation libraries I’ve tried ( you can compare the stress test linked at the bottom of the page with this version made with GreenSock: http://animateplus.com/examples/stress-test/gsap/ ). In terms of weight and parse time, it’s also the fastest afaict. That being said, it’s not as powerful as GreenSock for example as it mainly focuses on performance and simplicity.
EDIT: More testing -- When I shut down all other tabs, yours dropped down to a bit lower than GSAP. But I find that a bit odd/concerning that it only performs better when it is the only thing running.
Re: 2KB JavaScript animation library
#24While the performance was good, the main reason I would not use it again, is because the browser dev-tools do not work with velocity.js.
Does anybody know if you can use e.g. the chrome dev-tools animation tab with this library?
Re: 2KB JavaScript animation library
#25None of the examples work in Safari/iOS, despite it self advertising as "well suitable for the mobile web".
Re: 2KB JavaScript animation library
#26Straightforward documentation. Nice API. Small size. Good performance. I think I might use this. Thanks!
Re: 2KB JavaScript animation library
#27Last time I used a JS animation library, I used velocity.js While the performance was good, the main reason I would not use it again, is because the browser dev-tools do not work with velocity.js. Does anybody know if you can use e.g. the chrome dev-tools animation tab with this library?
Re: 2KB JavaScript animation library
#28Re: 2KB JavaScript animation library
#29None of the examples work in Safari/iOS, despite it self advertising as "well suitable for the mobile web".
Re: 2KB JavaScript animation library
#30None of the examples work in Safari/iOS, despite it self advertising as "well suitable for the mobile web".