From 941a94be10a28a2d23d654fbd9ea759d057608fe Mon Sep 17 00:00:00 2001 From: Tomasz 'Tom' Kandula Date: Mon, 27 May 2024 15:56:24 +0200 Subject: [PATCH] feat: set one time animation for all animations --- TokanPages.ClientApp/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TokanPages.ClientApp/src/app.tsx b/TokanPages.ClientApp/src/app.tsx index 3821044e0..cb045f110 100644 --- a/TokanPages.ClientApp/src/app.tsx +++ b/TokanPages.ClientApp/src/app.tsx @@ -26,7 +26,7 @@ interface Properties { const App = (props: Properties): JSX.Element => { const classes = AppStyle(); - AOS.init(); + AOS.init({ once: true }); UpdateUserData(); UpdateUserLanguage(props.manifest);