Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikramobli authored Feb 23, 2024
1 parent 6f6b2bd commit 1a008ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assests/404.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
anime({
targets: ".row svg",
translateY: 10,
autoplay: true,
loop: true,
easing: "easeInOutSine",
direction: "alternate",
});
anime({
targets: "#zero",
translateX: 10,
autoplay: true,
loop: true,
easing: "easeInOutSine",
direction: "alternate",
scale: [{ value: 1 }, { value: 1.4 }, { value: 1, delay: 250 }],
rotateY: { value: "+=180", delay: 200 },
});

0 comments on commit 1a008ba

Please sign in to comment.