The Foundry version of TRL provides all the GSAP bonus plugins available and makes it easy to install them via
simply using a side effect import. The plugin will be automatically loaded and enabled in GSAP without any
additional hook up concerns.
The following plugins are available from this sub-path export:
CustomBounce
CustomWiggle
DrawSVGPlugin
GSDevTools
InertiaPlugin
MorphSVGPlugin
MotionPathHelper
Physics2DPlugin
PhysicsPropsPlugin
ScrambleTextPlugin
ScrollSmoother
SplitText
Example
// To load a plugin simply import the plugin and it will be available from `gsap` and `GsapCompose`. import'#runtime/svelte/gsap/plugin/bonus/CustomWiggle';
Documentation: https://greensock.com/docs/v3/Plugins
The Foundry version of TRL provides all the GSAP bonus plugins available and makes it easy to install them via simply using a side effect import. The plugin will be automatically loaded and enabled in GSAP without any additional hook up concerns.
The following plugins are available from this sub-path export:
Example