You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anime changed the way that timeline offsets are specified in v3. They are given as a second parameter to the add function. (see juliangarnier/anime@8338490)
In jm-react-anime add is always called with a single parameter. From quickly glancing at the Anime code I thought that using the option timelineOffset in the timeline steps should work as well, but it appears not to.
Hi,
Anime changed the way that timeline offsets are specified in v3. They are given as a second parameter to the
add
function. (see juliangarnier/anime@8338490)In jm-react-anime
add
is always called with a single parameter. From quickly glancing at the Anime code I thought that using the optiontimelineOffset
in the timeline steps should work as well, but it appears not to.Changing
to
would get this working, but I'm not sure if this is something that you would want to do this way.
I could provide a PR with this solution or a different one that you prefer.
The text was updated successfully, but these errors were encountered: