Skip to content

Commit cb4c163

Browse files
authored
Docs: Update Vue School Black Friday banner animation (#3666)
1 parent 5720e48 commit cb4c163

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/.vuepress/theme/components/VueSchool/BannerCoins.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ export default {
9292
.vs-blackfriday-coin {
9393
display: inline-block;
9494
position: absolute;
95-
transition-property: transform;
96-
transition-timing-function: cubic-bezier(.17, .84, .44,1);
97-
transition-duration: 75ms;
95+
transition: transform 1000ms linear;
9896
transform: translateX(0);
9997
}
10098

0 commit comments

Comments
 (0)