Skip to content

Releases: DenisLopatin/animation-assistant

v3.0.1

30 Sep 21:31
Compare
Choose a tag to compare

Plugin for working with animation | version 3.0.1

Corrections

Fixed a bug with the callback function. It will no longer attempt to call an internal callback from there if the last one has not been returned.

Improvements

The mechanism of operation of the playback has been supplemented with an additional call option.

Additions

Hooks have been added to insert your code at the time of the element's lifecycle during animation. Thanks to middleware, it is possible to influence an element or a group of elements at a certain point in time when the plugin is working with them. Added support for asynchronous calls for middleware.

Added documentation on working with the plugin.