Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-sona77 authored Jul 14, 2024
1 parent 021a1fa commit 557871f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ Shery.mouseFollower({
duration: 1,
});

Shery.textAnimate("#heading" /* Element to target.*/, {
//Parameters are optional.
style: 1,
y: 10,
delay: 0.1,
duration: 2,
ease: "cubic-bezier(0.23, 1, 0.320, 1)",
multiplier: 0.1,
});

Shery.textAnimate("#centerh1" /* Element to target.*/, {
//Parameters are optional.
style: 1,
Expand Down

0 comments on commit 557871f

Please sign in to comment.