Skip to content

Commit

Permalink
index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuwan214 committed Dec 2, 2023
1 parent 3eb193f commit 49b0ec8
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
gsap.from(".profile-box2",{
x:-700,
x:-720,
duration:2,
delay:0.5

delay:0.5,
scale:2
})

gsap.from("h2",{
x:-900,
duration:2,
delay:0.5,
})

gsap.from("h3",{
x:-900,
duration:2,
delay:0.5,
})

gsap.from(".line",{
x:900,
duration:2,
delay:0.5,
rotate:360,
scale:1.5
})

0 comments on commit 49b0ec8

Please sign in to comment.