Skip to content

How to create a custom Transition when loading Splide as a normal script (not as module) #590

Answered by NaotoshiFujita
rinart73 asked this question in Q&A
Discussion options

You must be logged in to vote

The EventInterface is just an utility. You can still use a native method like

// Instead:
bind( list, 'transitionend', e => {
} );

// to:
list.addEventListener( 'transitionend', e => {
} );

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NaotoshiFujita
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants