From e955b48277bc86a41744078c032f44eeb53e38e6 Mon Sep 17 00:00:00 2001 From: joak Date: Fri, 13 Jan 2017 15:18:08 +0100 Subject: new icon mirror --- .../firefox/animationlocomotive.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 2015_locomotivebrowser/firefox/animationlocomotive.css (limited to '2015_locomotivebrowser/firefox/animationlocomotive.css') diff --git a/2015_locomotivebrowser/firefox/animationlocomotive.css b/2015_locomotivebrowser/firefox/animationlocomotive.css new file mode 100644 index 0000000..7c2eea7 --- /dev/null +++ b/2015_locomotivebrowser/firefox/animationlocomotive.css @@ -0,0 +1,22 @@ +@-webkit-keyframes locomotiveanimation { + from { + -webkit-transform:translateX(-100%); + transform:translateX(-100%); + } + to { + -webkit-transform:translateX(100%); + transform:translateX(100%); + + } +} + +@-webkit-keyframes locomotivestart { + from { + -webkit-transform:translateX(0%); + transform:translateX(0%); + } + to { + -webkit-transform:translateX(100%); + transform:translateX(100%); + } +} -- cgit v1.2.3