gsap.min {#gsapmin}: GSAP is a powerful JavaScript animation library for smooth, high-performance animations of CSS, SVG, canvas, and more.
ScrollTrigger.min {#scrolltriggermin}: A GSAP plugin to trigger animations based on scroll position. Great for scroll-driven effects. Dependencies: gsap.min
ScrollSmoother.min {#scrollsmoothermin}: A GSAP plugin that smooths page scrolling for a fluid experience, useful for parallax and easing abrupt scrolls. Dependencies: gsap.min, ScrollTrigger.min
ScrollToPlugin.min {#scrolltopluginmin}: A GSAP plugin to animate smooth scrolling to specific page positions or elements. Useful for smooth navigation. Dependencies: gsap.min
SplitText.min {#splittextmin}: A GSAP plugin that splits text into lines, words, or characters for detailed text animations. Dependencies: gsap.min
imagesloaded.pkgd.min {#imagesloadedpkgdmin}: JavaScript library that detects when images have fully loaded, useful to trigger scripts depending on loaded images.
css
import
if you want to add a css file per post
make sure to use static/POST/css/STYLE1.css (or STYLE2, STYLE3, in order)
write on frontmatter import: STYLE1, STYLE2, STYLE3