4track 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
<div class="rotaters">
|
|
61
61
|
<div
|
|
62
62
|
class="rotater rot1"
|
|
63
|
-
style:transform={"rotate(" + (time * 270) / 10 + "deg)"}
|
|
63
|
+
style:transform={"rotate(" + (time * 270 * -1) / 10 + "deg)"}
|
|
64
64
|
></div>
|
|
65
65
|
<div
|
|
66
66
|
class="rotater rot2"
|
|
67
|
-
style:transform={"rotate(" + (time *
|
|
67
|
+
style:transform={"rotate(" + (time * 140 * -1) / 10 + "deg)"}
|
|
68
68
|
></div>
|
|
69
69
|
</div>
|
|
70
70
|
</div>
|
|
@@ -98,6 +98,8 @@
|
|
|
98
98
|
padding: 1.5cqw 8cqw;
|
|
99
99
|
position: relative;
|
|
100
100
|
cursor: ew-resize;
|
|
101
|
+
touch-action: none;
|
|
102
|
+
|
|
101
103
|
box-shadow:
|
|
102
104
|
inset 0.2cqw 0.2cqw 0.2cqw 0 rgba(0, 0, 0, 0.5),
|
|
103
105
|
inset -0.1cqw -0.1cqw 0.2cqw 0 rgba(255, 255, 255, 0.5);
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
justify-content: center;
|
|
135
135
|
position: relative;
|
|
136
136
|
margin-bottom: -5cqw;
|
|
137
|
+
touch-action: none;
|
|
137
138
|
|
|
138
139
|
&:before {
|
|
139
140
|
content: " ";
|
|
@@ -176,6 +177,7 @@
|
|
|
176
177
|
justify-content: center;
|
|
177
178
|
align-items: center;
|
|
178
179
|
position: absolute;
|
|
180
|
+
touch-action: none;
|
|
179
181
|
|
|
180
182
|
.layer1 {
|
|
181
183
|
position: absolute;
|