Leave transitions not working when section is scrolled down. #2078
-
I have multiple full viewport height sections with animated contents. The first section loads up and animates the contents as expected since its already on the viewport but when I scroll down to the next section the leave transitions (x-transition:leave, x-transition:leave-start, x-transition:leave-end) are not getting triggered.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Transition leave triggers when x-show evaluate to false, it doesn't depend on the scrolling by itself |
Beta Was this translation helpful? Give feedback.
Transition leave triggers when x-show evaluate to false, it doesn't depend on the scrolling by itself