Load the animation just when it apperas on the page
legendary003
When the page loads, the div design makes the animation starts below. If I page down, the div animation already starts.
I would like an code that the animation just appear when shows by the page.
- Contact in PM
oingchef
Messages count : 1Likes count : 0Registration : 29 October 2025Hey @legendary003, @escape road
You can achieve that effect using the Intersection Observer API — it lets your animation trigger only when the element becomes visible on the screen. That way, your div won’t start animating while it’s still offscreen.
If you need more instruction, contact me!
- Contact in PM
legendary003
Messages count : 2Likes count : 1Registration : 25 September 2025I will try to study this later !!
Thanks anyway !! - Contact in PM
Free-Worker-1453466
Messages count : 1Likes count : 0Registration : 18 November 2025Hey @legendary003, @escape road
You can achieve that effect using the Intersection Observer API — it lets your animation trigger only when the element becomes visible on the screen. That way, your div won’t start animating while it’s still offscreen.
If you need more instruction, contact me!