mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-07 21:54:06 +00:00
What Others Say (#8)
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user