Live data from Hacker News

2KB JavaScript animation library

github.com

11–20 of 34 posts

Re: 2KB JavaScript animation library

#11
post #3

Not working on Firefox Nightly.

Cfr. https://github.com/bendc/animateplus#browser-support

While I understand the argument for keeping the library "untranspiled," you may want to reconsider using this version in the examples. Ideally, examples should work in the average browser. JMHO.

Re: 2KB JavaScript animation library

#12

Out 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.

Where do you use spring physics? Is it just for translations, or do you actually deform objects using mass-spring networks?

Re: 2KB JavaScript animation library

#15

Out 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.

A pedantic note - your library provides sinusoidal easing, not spring physics.

Re: 2KB JavaScript animation library

#17

Earlier quoted context omitted.

Cfr. https://github.com/bendc/animateplus#browser-support

While I understand the argument for keeping the library "untranspiled," you may want to reconsider using this version in the examples. Ideally, examples should work in the average browser. JMHO.

I agree. I use Edge, and the only thing I see is a white page. That gives me a bad impression and I'm already not interested anymore.
Post reply on HN