From fffcaf7231590d7172be8558389827d741dff00e Mon Sep 17 00:00:00 2001 From: joak Date: Sun, 22 Jan 2017 10:43:03 +0100 Subject: changed jquery --- .../chrome/animationwashingmachine.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 2016_washingmachine/chrome/animationwashingmachine.css (limited to '2016_washingmachine/chrome/animationwashingmachine.css') 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); + } +} -- cgit v1.2.3