What Others Say (#8)

This commit is contained in:
Nazareno Oviedo
2022-04-04 12:28:11 -03:00
committed by GitHub
parent c9278a1075
commit c5efb3d192
12 changed files with 523 additions and 53 deletions
Binary file not shown.
+3
View File
@@ -1,6 +1,7 @@
import gsap from 'gsap'
import { CSSRulePlugin } from 'gsap/dist/CSSRulePlugin'
import { CustomEase } from 'gsap/dist/CustomEase'
import { Observer } from 'gsap/dist/Observer'
import { ScrollSmoother } from 'gsap/dist/ScrollSmoother'
import { ScrollTrigger } from 'gsap/dist/ScrollTrigger'
import { SplitText } from 'gsap/dist/SplitText'
@@ -8,6 +9,7 @@ import { SplitText } from 'gsap/dist/SplitText'
gsap.registerPlugin(
CSSRulePlugin,
CustomEase,
Observer,
ScrollSmoother,
ScrollTrigger,
SplitText
@@ -161,6 +163,7 @@ export {
CUSTOM_EASE,
DURATION,
gsap,
Observer,
ScrollSmoother,
ScrollTrigger,
SplitText