Scrolling + Animation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Scrolling + Animation

I want to connect my animation with the scrolling. But I dont know how 😬 pls help me

24th May 2017, 11:20 AM
StoffelJs
2 Answers
+ 1
May be this is what you want..... $(document).ready(function(){ $("body").scroll(function(){ $(”#item”).css("opacity",1); }); }); It is JQuery...on scroll function https://api.jquery.com/scroll/
24th May 2017, 12:02 PM
Niush
Niush - avatar
+ 1
https://code.sololearn.com/W1KxPfPJX9j6/?ref=app
24th May 2017, 12:16 PM
Calviղ
Calviղ - avatar