Hi guys, sorry for question, i know it may be “out of scope”. But maybe you can help me another again.
I managed to implement ScrollReveal (https://scrollrevealjs.org/) on my test site. Now want to achieve this:
There is a Heading Element. The structure is:
- x-text-content
– x-text-content-text
—x-text-content-primary
—x-text-content-subheadline
I want to assign .my-custom-class-reveal-from-top to x-text-content-primary and .my-custom-class-reveal-from-bottom to x-text-content-subheadline. How can i do this? Probably i need to use jquery to assign the class to another class?