2KB JavaScript animation library
github.com
2KB JavaScript animation library
1–10 of 34 posts
Re: 2KB JavaScript animation library
#2Re: 2KB JavaScript animation library
#3Re: 2KB JavaScript animation library
#4Not working on Firefox Nightly.
Re: 2KB JavaScript animation library
#5Out of curisoity, what would your library provide over the web animations api.
Re: 2KB JavaScript animation library
#6Re: 2KB JavaScript animation library
#7Re: 2KB JavaScript animation library
#8Examples in readme not working on latest iOS
Re: 2KB JavaScript animation library
#9Out of curisoity, what would your library provide over the web animations api.
Spring physics, frame-based callbacks (see the `change()` examples), functions as values for duration, delay and any property you animate, making staggered animations easy to create, etc.
Re: 2KB JavaScript animation library
#10Earlier quoted context omitted.
Spring physics, frame-based callbacks (see the `change()` examples), functions as values for duration, delay and any property you animate, making staggered animations easy to create, etc.
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?