remove conflicting gsap import since using cdn

This commit is contained in:
Lucy Cifferello
2023-01-05 12:25:33 -07:00
parent 8c13584502
commit 855a66fc18
11 changed files with 107 additions and 1171 deletions

View File

@@ -1,7 +1,6 @@
/************************************************/
/* SECTION, LINE, AND TEXT APPEARANCE ANIMATION */
/************************************************/
import { gsap } from "gsap";
//////////////////////////////////////////
// HERO

View File

@@ -1,7 +1,6 @@
/********************************************/
/* BITCOIN SECTION FLOATING ICONS ANIMATION */
/********************************************/
import { gsap } from "gsap";
//////////////////////////////////////////
// DATA

View File

@@ -1,6 +1,5 @@
//////////////////////////////////////////
// HEADER
import { gsap } from "gsap";
gsap.to("header", {
duration: 0.5,

View File

@@ -1,6 +1,5 @@
//////////////////////////////////////////
// HERO
import { gsap } from "gsap";
gsap.to("#hero-image", {
duration: 1,

View File

@@ -1,4 +1,3 @@
import { gsap } from "gsap";
import { positionServiceIcons } from '/@root/src/assets/js/bitcoin-animation.js'
import { initializeSizes, tick, next } from '/@root/src/assets/js/ticker-animation.js'

View File

@@ -1,4 +1 @@
import { gsap } from "gsap";
import { CustomEase } from "gsap/CustomEase";
gsap.registerPlugin(CustomEase, window.DrawSVGPlugin, ScrollTrigger);

View File

@@ -1,6 +1,5 @@
//////////////////////////////////////////
// MENU
import { gsap } from "gsap";
let menuOpen = document.getElementById("menu-open"),
menuClose = document.getElementById("menu-close"),

View File

@@ -1,5 +1,3 @@
import { gsap } from "gsap";
const defaultActions = "play none none none";
gsap.from("section#hero+section", {