Skip to content

Commit

Permalink
even better animation
Browse files Browse the repository at this point in the history
  • Loading branch information
jitsedesmet committed Jun 18, 2024
1 parent 7542cb2 commit f44efc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presentation/final-assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
}

.animated-message.visible {
animation: move 5000ms infinite forwards ease-in-out;
animation: move 6000ms infinite forwards ease-in-out;
}

.animated-message.visible .boxy {
animation: mover 5000ms infinite forwards step-end;
animation: mover 6000ms infinite forwards step-end;
}

@keyframes mover {
Expand Down

0 comments on commit f44efc6

Please sign in to comment.