Scroll Animation
Add scroll-linked animation timing to Beaver Builder's animations. Just add the .scroll-animated class and the following CSS.
@supports (animation-timeline: view()) {
.fl-animated.scroll-animated {
animation-timeline: view();
animation-range: entry 16px exit 16px;
animation-fill-mode: forwards;
}
}
Fade In
Scroll Animated
Zoom In
Scroll Animated
Bounce Up
Scroll Animated
Rotate Up Left
Scroll Animated
Flip Vertical
Scroll Animated