We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f99559 + a24763a commit 07ccea1Copy full SHA for 07ccea1
assets/javascripts/new-javascripts/hero.js
@@ -175,7 +175,7 @@ const heroAnimation = async (animContainer) => {
175
const DURATION = 1000 - 1000 * offScreenDelta
176
177
const tl = anime.createTimeline({
178
- defaults: { duration: DURATION, ease: 'inOut(.8)' },
+ defaults: { duration: DURATION, ease: 'in(1.8)' },
179
})
180
181
tl.label('start', 0)
@@ -254,7 +254,7 @@ const heroAnimation = async (animContainer) => {
254
tl.add(
255
logo.state,
256
{
257
- ease: 'out(1.1)',
+ ease: 'out(1.2)',
258
duration: 200 - 200 * offScreenDelta,
259
delay: 750 - 750 * offScreenDelta,
260
progress: 1,
0 commit comments