For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

See it in action here: https://source.brickstheme.com/homepage-8-portfolio/

Last updated