We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b913b33 commit 91b5f3bCopy full SHA for 91b5f3b
1 file changed
public/stage1/analytics.js
@@ -11,11 +11,11 @@
11
12
style.position = 'absolute';
13
style.fontSize = '100px';
14
- style.webkitAnimationName = 'moveHorizontal';
15
- style.webkitAnimationDuration = '1s';
16
- style.webkitAnimationIterationCount = 'infinite';
17
- style.webkitAnimationDirection = 'alternate-reverse';
18
- style.webkitAnimationFillMode = 'forwards';
+ style.animationName = 'moveHorizontal';
+ style.animationDuration = '1s';
+ style.animationIterationCount = 'infinite';
+ style.animationDirection = 'alternate-reverse';
+ style.animationFillMode = 'forwards';
19
};
20
21
var XFlyingSushiMonster = document.registerElement('x-flying-sushi-monster', {
0 commit comments