summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-03 15:00:50 +0300
committerAndrew Dolgov <[email protected]>2017-03-03 15:00:50 +0300
commitd5c670e0e2cd84fea2e3bbefff027698da022625 (patch)
tree3c0ea5cacf6b1f5d6871e0cb0615141136ce3e36 /css
parentd0bf32292a7713e896aa583cdfff27edc443d4bb (diff)
use custom-built jquery mobile with only touch events, add transition css
Diffstat (limited to 'css')
-rw-r--r--css/transitions.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/transitions.css b/css/transitions.css
new file mode 100644
index 0000000..7e552b9
--- /dev/null
+++ b/css/transitions.css
@@ -0,0 +1,3 @@
+* {
+ transition : transform 0.25s ease;
+}