summaryrefslogtreecommitdiff
path: root/2016_washingmachine/chrome/animationwashingmachine.css
diff options
context:
space:
mode:
Diffstat (limited to '2016_washingmachine/chrome/animationwashingmachine.css')
-rw-r--r--2016_washingmachine/chrome/animationwashingmachine.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/2016_washingmachine/chrome/animationwashingmachine.css b/2016_washingmachine/chrome/animationwashingmachine.css
new file mode 100644
index 0000000..66c33c5
--- /dev/null
+++ b/2016_washingmachine/chrome/animationwashingmachine.css
@@ -0,0 +1,22 @@
+@-webkit-keyframes washingmachineanimation {
+ from {
+ -webkit-transform: rotateZ(0deg);
+ transform: rotateZ(0deg);
+ }
+ to {
+ -webkit-transform: rotateZ(1439deg);
+ transform: rotateZ(1439deg);
+
+ }
+}
+
+@-webkit-keyframes washingmachinestart {
+ from {
+ -webkit-transform: rotateZ(0deg);
+ transform: rotateZ(0deg);
+ }
+ to {
+ -webkit-transform: rotateZ(1439deg);
+ transform: rotateZ(1439deg);
+ }
+}