Skip to content

Commit cc7e00f

Browse files
Jesse Bordenfedericobucchi
authored andcommitted
Update hero animation easing.
1 parent 1b47142 commit cc7e00f

File tree

1 file changed

+1
-1
lines changed
  • assets/javascripts/new-javascripts

1 file changed

+1
-1
lines changed

assets/javascripts/new-javascripts/hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const heroAnimation = async () => {
150150
const DURATION = 1000
151151

152152
const tl = anime.createTimeline({
153-
defaults: { duration: DURATION, ease: 'out(.8)' },
153+
defaults: { duration: DURATION, ease: 'inOut(.8)' },
154154
})
155155

156156
tl.label('start', 0)

0 commit comments

Comments
 (0)