From a2d786e77083e7b9ccb9832c436b8415d836ec26 Mon Sep 17 00:00:00 2001 From: Andcool-Systems Date: Thu, 26 Sep 2024 01:49:05 +0300 Subject: [PATCH] fixed animated tutorials pages --- src/app/tutorials/aniamtedLink.module.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/tutorials/aniamtedLink.module.tsx b/src/app/tutorials/aniamtedLink.module.tsx index 165e0a2..d5a00dc 100644 --- a/src/app/tutorials/aniamtedLink.module.tsx +++ b/src/app/tutorials/aniamtedLink.module.tsx @@ -34,12 +34,6 @@ export const TransitionLink: React.FC = ({ await sleep(400); router.push(href); - await sleep(400); - - if (body) { - body.style.transform = ''; - body.style.opacity = ''; - } }; return (