Advanced Animations
-
I’m trying to get the “Advanced Animations” to work with SiteOrigin. I threw this into an “HTML” widget:
<html> <div class="animate"> Hello </div> </html> <style> .animate { opacity: 0; transition: all 1s } .animate.scroll-triggered { opacity: 1; } </style>
But the “Hello” text never shows up. The opacity stays at zero. I’m sure there’s something I’ve done wrong. Any help is appreciated.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Advanced Animations’ is closed to new replies.