Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question