Skip to content

Commit

Permalink
Run yarn run pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Hong committed May 24, 2024
1 parent f43d5c0 commit 84c9f35
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/e2e/animation1/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<head>
<script src="/dist/index.min.js"></script>
<script src="/analytics.js"></script>
<script src="/dist/index.min.js"></script>
<script src="/analytics.js"></script>
</head>
<style>
@keyframes test-fade-in {
from {
opacity: 0;
}
@keyframes test-fade-in {
from {
opacity: 0;
}

to {
opacity: 1;
}
to {
opacity: 1;
}
}
</style>

<body>
<div style="opacity: 0; animation: test-fade-in 300ms 3000ms forwards">Delayed animation</div>
<div style="opacity: 0; animation: test-fade-in 300ms 3000ms forwards">Delayed animation</div>
</body>

0 comments on commit 84c9f35

Please sign in to comment.