-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or requestgssoc25GirlScript Code of Summer 2025GirlScript Code of Summer 2025level-3Hard level of issueHard level of issue
Description
Description:
The numbers in the "Our Achievements" section are currently static. To make this section more engaging and visually dynamic, we can implement a count-up animation effect where the numbers animate from 0 up to their actual values when the section comes into view.
Implementation details:
- Use a JavaScript library (e.g., CountUp.js) or a custom script to animate the numbers.
- Trigger the animation on scroll when the section enters the viewport (using Intersection Observer API or a scroll event).
- Ensure the animation runs smoothly and only once per page load.
- Keep the animation duration short (1–2 seconds) for better UX.
- Maintain accessibility (numbers should still be readable by screen readers).
Please assign me this issue under GSSoC'25 contributor, thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgssoc25GirlScript Code of Summer 2025GirlScript Code of Summer 2025level-3Hard level of issueHard level of issue