Skip to content

Commit

Permalink
feat: set one time animation for all animations
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszKandula committed May 27, 2024
1 parent 07d7ba9 commit 941a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TokanPages.ClientApp/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 941a94b

Please sign in to comment.