Open
Description
In #4354 (comment) @JayGeorge wrote:
Would it be possible only to trigger scroll-based animations once?
This is an option in the scroll-trigger library 'AOS' (or 'Animate on Scroll') – https://github.com/michalsnik/aos#1-initialize-aos
– See the 'once' option.
The use case would be: Sometimes, I would like to scroll back up a page and re-read content without having it 'introduced' a second time with animation. For me, this is like a halfway house between some animation but not too much.
Wanted to file this into its own issue for consideration.