M
M
myskypesla2018-03-11 14:54:52
css
myskypesla, 2018-03-11 14:54:52

How to perform animation in fullpage.js and only then go to the next slide?

The effect is well demonstrated on this project - park-residence.dp.ua .
It is necessary that there be scrolling using the fullpage.js plugin or if there are similar ones, but at the same time there was an animation for 2-3 seconds and only then a transition.
Any ideas?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Alekseev, 2018-03-12
@shure348

you can try to track the end of the animation using the giveaway method

.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
    // тут пишем переход на новый слайд
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question