N
N
Natalia2018-03-23 18:20:54
JavaScript
Natalia, 2018-03-23 18:20:54

Are there any examples of animation when scrolling from bottom to top?

Good afternoon!
I'm interested in the question: are there any examples for familiarizing the animation when scrolling the page from the bottom up? without plugins.

Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2018-03-24
@eGenius18

This? the question is just blurry and not clear

var body = $("html, body");
body.stop().animate({scrollTop:0}, 500, 'swing', function() { 
   alert("Finished animating");
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question