glaze
glaze copied to clipboard
The utility-based animation framework for the web.
What the title says, I want every element that uses data-animate to start animating only when it's visible in the viewport. As if `scrollTrigger.trigger-[&]` was on every data-animate element.
I need help to import the library from a CDN, it is to be used with Javascript, not React What would be the path?
Is it possible to apply a preset at some breakpoint? I have both the breakpoint and preset defined: ```js glaze({ lib: { gsap: { core: gsap } }, breakpoints: {...
I would to see Glaze but using Motion instead of GSAP 🙂 Is that even possible?
I find the initialization of this a bit confusing. so you run the following first: ``` import..... import... glaze({ lib: { gsap: { core: gsap, }, }, }); ``` and...