diff options
| author | sD <stoned@derpymail.org> | 2020-04-26 17:43:57 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-26 17:43:57 +0200 |
| commit | 716df2b8ad160524b8b0a2275691623417d567f7 (patch) | |
| tree | 3ea3bd5e7df4875c9ae7a05911bf1c0079cc5679 /webAO/styles/client.css | |
| parent | 42e3b882752fd1a206cfbc201e9f5227a80b824a (diff) | |
this broke the animation
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index c40ea57..3381957 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -132,67 +132,56 @@ 0% { left: 0; top: 0; - opacity: 0; } 10% { left: 0; top: 0; - opacity: 1; } 20% { left: -1%; top: 0; - opacity: 1; } 30% { left: 1%; top: 1%; - opacity: 1; } 40% { left: -1%; top: -1%; - opacity: 1; } 50% { left: 1%; top: 0; - opacity: 1; } 60% { left: -1%; top: -1%; - opacity: 1; } 70% { left: 1%; top: 0; - opacity: 1; } 80% { left: -1%; top: 1%; - opacity: 1; } 90% { left: 0; top: 0; - opacity: 1; } 100% { left: 0; top: 0; - opacity: 1; } } |
