diff --git a/app/globals.css b/app/globals.css index 9b94f33..096e95f 100644 --- a/app/globals.css +++ b/app/globals.css @@ -345,4 +345,23 @@ background: linear-gradient(45deg,#9333ea, #e70606); font-weight: bold; color: #494949; } + +@keyframes appear { + from { + opacity: 0; + scale:0.5; + transform: translateX(200px); + } + to { + opacity: 1; + scale:1; + transform: translateX(0px); + } + +} +.animation-block { + animation: appear linear; + animation-timeline: view(); + animation-range: entry 0% cover 35%; +} /*end*/ \ No newline at end of file diff --git a/components/section/meet-the-team.tsx b/components/section/meet-the-team.tsx index cebb4d6..7ad8534 100644 --- a/components/section/meet-the-team.tsx +++ b/components/section/meet-the-team.tsx @@ -4,8 +4,8 @@ const MeetTheTeam = () => { return (
-

Meet the Team

-

We're always willing to listen to everyone.

+

Meet the Team

+

We're always willing to listen to everyone.

diff --git a/components/section/on-scroll-tutorial.tsx b/components/section/on-scroll-tutorial.tsx index ac7ca6d..b29a8a6 100644 --- a/components/section/on-scroll-tutorial.tsx +++ b/components/section/on-scroll-tutorial.tsx @@ -33,7 +33,7 @@ const OnScrollSection = () => { return (
-

Empowering Smart Contract with Cutting-edge Features

+

Empowering Smart Contract with Cutting-edge Features

Our advanced scanning platform integrates multiple security frameworks to detect vulnerabilities and common attack vectors in Smart Contracts, safeguarding projects across the entire web3 ecosystem.

@@ -72,7 +72,7 @@ const OnScrollSection = () => { {/* Non-sticky text sections */}
-
+

What is smart contracts?

@@ -83,7 +83,7 @@ const OnScrollSection = () => {
-
+

Secure and Reliable Blockchain Solution

@@ -93,7 +93,7 @@ const OnScrollSection = () => {
-
+

BlockScan modern analyzing tool

@@ -106,7 +106,7 @@ const OnScrollSection = () => {
-
+

Meet Our Contributors