Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to wrap all the texts with reveal animation on scroll. The problem with doing something like
is that since every parsed block is wrapped with
<p>
and it will apply to almost everything in the page.Is there a way to just select textNodes?
Beta Was this translation helpful? Give feedback.
All reactions