boltdesignsystem / bolt

The Bolt Design System provides robust Twig and Web Component-powered UI components, reusable visual styles, and powerful tooling to help developers, designers, and content authors build, maintain, and scale best of class digital experiences.
https://boltdesignsystem.com
MIT License
292 stars 45 forks source link

DS-837 animate on scroll #2542

Closed MarcinMr closed 2 years ago

MarcinMr commented 2 years ago

Jira

https://pegadigitalit.atlassian.net/browse/DS-837

Summary

JS triggers animations on elements when they come within the viewport.

Details

How to test

Pull the branch. Go to the Test Folder with examples of animations. Confirm that elements appear when visible in the viewport and when scrolling. Check the cascade and no-cascade behavior.

Release notes

The animation toolset is updated. Elements appear not only on the load event but they are observed. If they are on the viewport area the animation triggers.