Skip to content

Commit

Permalink
Merge pull request #2221 from mainmatter/fix-text-reveal-animation-ta…
Browse files Browse the repository at this point in the history
…ll-screen

Fix text reveal animation for tall screens
  • Loading branch information
yaigrie authored Dec 15, 2023
2 parents 866a78a + 6a584af commit cbc43f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/js/animations.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export class Animations {
scrollY: {
scaleX: [
{
480: ["elOutY-400", "elOutY-100"],
1200: ["elOutY-900", "elOutY-600"],
480: ["elInY+100", "elInY+400"],
1200: ["elInY+300", "elInY+600"],
},
[1, 0],
],
Expand Down

0 comments on commit cbc43f0

Please sign in to comment.