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
There is an animation I need to perform when a sliding starts.
And before the animation ends, I want my splide to be temporarily disabled. That is, clicking arrows or dragging should do nothing.
Ideally, there would be an event callback which fires right before a sliding starts and allows canceling the sliding by returning false. Unfortunately, the move event cannot seem to be able to do that.
I don't want to achieve that by adding the disabled attribute on arrows because the presence of the attribute would affect arrow styles.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
There is an animation I need to perform when a sliding starts.
And before the animation ends, I want my splide to be temporarily disabled. That is, clicking arrows or dragging should do nothing.
Ideally, there would be an event callback which fires right before a sliding starts and allows canceling the sliding by returning
false. Unfortunately, themoveevent cannot seem to be able to do that.I don't want to achieve that by adding the
disabledattribute on arrows because the presence of the attribute would affect arrow styles.Beta Was this translation helpful? Give feedback.
All reactions