Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@vydimitrov vydimitrov released this 08 Dec 14:18
· 19 commits to master since this release
44b152e

The code is optimize and webpack is replaced by esbuild for building and running the dev server. New example folder is added, which can be used to testing and development.

New features:
We can now animate React components as well.
New updateInterval prop is added to control the speed of the animation

Breaking Changes:
IE is no longer supported.
speed prop is replaced by updateInterval prop.
To repeat the animation now we need to return an object with shouldRepeat prop from the onComplete handler.