fat
fat copied to clipboard
Web's fastest and most lightweight animation tool.
The tested animation loops infinitely regardless of the loop input. The example is copy pasted from the official documentation with slight modifications. Example here: https://codepen.io/levitabris/pen/YzZwJjN?editors=0011
This lib looks really impressive! I'm curious if there is a way to execute a callback / step for each item of a sequence. I've tried the following but it...
if you put from it returns `Uncaught TypeError: b.indexOf is not a function` https://codepen.io/gaougalos/pen/abowxwa?editors=1010
When you put start option into a scene does not work ``` const scene_1 = Fat.animate(box, { translateX: '200px' }, { start: false, duration: 1000 }) ``` You have to...
woud be nice if you could open source your benchmark. would like to play a litte ;) thx