From d5c670e0e2cd84fea2e3bbefff027698da022625 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 3 Mar 2017 15:00:50 +0300 Subject: use custom-built jquery mobile with only touch events, add transition css --- css/transitions.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 css/transitions.css (limited to 'css/transitions.css') 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; +} -- cgit v1.2.3