Disable WPBakery Animations on Paginated Pages
body.paged .wpb_animate_when_almost_visible {
opacity: 1;
filter: alpha(opacity=100);
-webkit-animation-duration: 0s;
animation-duration: 0s;
-webkit-animation: none;
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
Learn how to add custom CSS to your site.