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');
?>
Additionally if you want to split text similarly as GSAP Split text, we have included an open source alternative:
Load files like this:
<?php
wp_enqueue_script('brt-split-type');
?>
See it in action here: https://source.brickstheme.com/homepage-8-portfolio/
Last updated