Skip to content

Commit 91b5f3b

Browse files
author
Kuniwak
committed
Remove -webkit-prefix
1 parent b913b33 commit 91b5f3b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

public/stage1/analytics.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
style.position = 'absolute';
1313
style.fontSize = '100px';
14-
style.webkitAnimationName = 'moveHorizontal';
15-
style.webkitAnimationDuration = '1s';
16-
style.webkitAnimationIterationCount = 'infinite';
17-
style.webkitAnimationDirection = 'alternate-reverse';
18-
style.webkitAnimationFillMode = 'forwards';
14+
style.animationName = 'moveHorizontal';
15+
style.animationDuration = '1s';
16+
style.animationIterationCount = 'infinite';
17+
style.animationDirection = 'alternate-reverse';
18+
style.animationFillMode = 'forwards';
1919
};
2020

2121
var XFlyingSushiMonster = document.registerElement('x-flying-sushi-monster', {

0 commit comments

Comments
 (0)