GSAP animations

If you want to use GSAP animations you can load them (scrollTrigger and gsap core) with codeblock:

<?php
wp_enqueue_script('brt-gsap');
wp_enqueue_script('brt-scroll-trigger');
?>

Last updated