From 1e707d7fe7d8897d106b474eccfe45662cdb3518 Mon Sep 17 00:00:00 2001 From: Afiur Rahman Fahim Date: Mon, 21 May 2018 02:56:07 +0600 Subject: [PATCH] added babel and gsap cdn --- index.html | 8 ++++++-- script/main.js | 5 +++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a33647950..3d885ecc5 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,13 @@ -

Happy Birthday to you!!! :)

+
+

Hey!

+
- + + + \ No newline at end of file diff --git a/script/main.js b/script/main.js index e69de29bb..92d919023 100644 --- a/script/main.js +++ b/script/main.js @@ -0,0 +1,5 @@ +const tl = new TimelineMax() + +tl.from('#hbd', 0.3, { + y: 700, +}) \ No newline at end of file