Replies: 1 comment
-
Hi!, Did you ever find a solution for this? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying animate a set of divs and have them slide in / out form the left/right depending on if someone presses the forward or back button
then in the x-data i have:
if i set transition.direction to be left or right the animations work as expected.
however if i change the transition.direction dynamically e.g. via back button or forward button, only the first animation is ever used, even though the console log indicates the correct values are being returned.
it's as if the initial response of the bound function is being cached?
help?? :-)
Beta Was this translation helpful? Give feedback.
All reactions