Skip to content

Commit

Permalink
Fix typo in index.html - ease-elastic-out-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrantes committed Aug 27, 2024
1 parent 85d790a commit a9d6f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ <h5>Ease Elastic Out</h5>
<div class="ease-demo paused">
<div style="animation-timing-function: var(--ease-elastic-out-1)">ease-elastic-out-1</div>
<div style="animation-timing-function: var(--ease-elastic-out-2)">ease-elastic-out-2</div>
<div style="animation-timing-function: var(--etic-elastic-out-3)">ease-elastic-out-3</div>
<div style="animation-timing-function: var(--ease-elastic-out-3)">ease-elastic-out-3</div>
<div style="animation-timing-function: var(--ease-elastic-out-4)">ease-elastic-out-4</div>
<div style="animation-timing-function: var(--ease-elastic-out-5)">ease-elastic-out-5</div>
</div>
Expand Down

0 comments on commit a9d6f3f

Please sign in to comment.