Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91b5f3b

Browse filesBrowse files
author
Kuniwak
committed
Remove -webkit-prefix
1 parent b913b33 commit 91b5f3b
Copy full SHA for 91b5f3b

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎public/stage1/analytics.js‎

Copy file name to clipboardExpand all lines: public/stage1/analytics.js
+5-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.