Skip to content

Commit

Permalink
🐛 Résolution bug keyframes effet typing (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhj93 authored Jun 5, 2023
2 parents 20758ba + bb716e0 commit bfd6e6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/keyframes.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
}

@keyframes animation {
0% {
width: 0px;
}
11.1%, 22.2% {
content: "faciles et rapides";
width: 14ch;
Expand All @@ -80,6 +83,7 @@
width: 17.5ch;
}
100% {
content: "délicieuses et rapides";
width: 0ch;
}
}
Expand Down

0 comments on commit bfd6e6e

Please sign in to comment.