How to make nice transition effects while scrolling.. using CSS, html ?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 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 Réponse
- 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