How to make nice transition effects while scrolling.. using CSS, html ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to make nice transition effects while scrolling.. using CSS, html ??

When someone scroll down or refresh the page , most of content has to be come with nice transition..

14th Jul 2021, 5:57 AM
Md Sahid Sk
Md Sahid Sk - avatar
1 Answer
- 1
effects on scroll / refresh must be handled with Javascript: you can not have control over scroll events with only html/css and 'refresh' means loading a new page content (or reloading the same page), so you must detect the page loaded event to apply effects on new page content only ^^
14th Jul 2021, 7:23 AM
visph
visph - avatar