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
AnimeJS is amazing, however for this current project I need to set transform properties without animating them. I can do this using javascript however it becomes problematic when I need to set TranslateX, TranslateY and Scale.
duration: 0 doesn't work, I was wondering if anime.set() function could be made available and maybe anime.css() to read a value.
I am making a drag and drop module for a website, something that I would like to use the power of AnimeJS for.
It would kinda be nice to be able to use a simple set method.
I'd also just as happily do: el.style.transform = "translate(300px,0)" - but the second you do that, anime stops working properly with future transform animations.
AnimeJS is amazing, however for this current project I need to set transform properties without animating them. I can do this using javascript however it becomes problematic when I need to set TranslateX, TranslateY and Scale.
duration: 0 doesn't work, I was wondering if anime.set() function could be made available and maybe anime.css() to read a value.
I am making a drag and drop module for a website, something that I would like to use the power of AnimeJS for.
something like
or
The text was updated successfully, but these errors were encountered: