diff --git a/src/components/AOS.js b/src/components/AOS.js index 9f7617b..e278397 100644 --- a/src/components/AOS.js +++ b/src/components/AOS.js @@ -7,9 +7,10 @@ export default ({ options }) => { // See more: https://github.com/michalsnik/aos const defaultOptions = { offset: 300, - duration: 400, + duration: 300, easing: 'ease-out-sine', - delay: 0 + delay: 0, + once: true } AOS.init({ ...defaultOptions, ...options })