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
Is there no way do declare a Vivus.EASE_IN_OUT to use the native ease-in-out timing-function?
If I enter it, it falls back to linear (as Vivus can't interpret it obviously).
As Vivus Instant has it, I wonder why the JS translation can't refer to that native function?
The text was updated successfully, but these errors were encountered:
Hello!
Vivus and Vivus-instant run differently. Vivus is in JavaScript, this is
why you have to provide a JS function. Vivus-instant generates CSS code to
run the animation. This is why you cannot use the native CSS ease
transition with Vivus
I'm afraid this won't be implemented. Vivus (JavaScript library) offers
controls to set the progress of an animation and speed which would be more
complex to implement in CSS. I recommend you to translate the 'ease'
animation function in JS.
Hello and thanks for this great little plugin!
Is there no way do declare a
Vivus.EASE_IN_OUT
to use the nativeease-in-out
timing-function?If I enter it, it falls back to linear (as Vivus can't interpret it obviously).
As Vivus Instant has it, I wonder why the JS translation can't refer to that native function?
The text was updated successfully, but these errors were encountered: