juxscript 1.1.105 → 1.1.106
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.
- package/dom-structure-map.json +1 -1
- package/lib/styles/stack.css +0 -7
- package/package.json +1 -1
package/dom-structure-map.json
CHANGED
package/lib/styles/stack.css
CHANGED
|
@@ -147,12 +147,10 @@
|
|
|
147
147
|
to { opacity: 0; }
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.jux-stack-fade-in,
|
|
151
150
|
.jux-stack-fade-in > * {
|
|
152
151
|
animation: jux-fade-in 0.3s ease-out;
|
|
153
152
|
}
|
|
154
153
|
|
|
155
|
-
.jux-stack-fade-out,
|
|
156
154
|
.jux-stack-fade-out > * {
|
|
157
155
|
animation: jux-fade-out 0.3s ease-out;
|
|
158
156
|
}
|
|
@@ -200,11 +198,6 @@
|
|
|
200
198
|
to { transform: scale(1); opacity: 1; }
|
|
201
199
|
}
|
|
202
200
|
|
|
203
|
-
@keyframes jux-scale-out {
|
|
204
|
-
from { transform: scale(1); opacity: 1; }
|
|
205
|
-
to { transform: scale(0.8); opacity: 0; }
|
|
206
|
-
}
|
|
207
|
-
|
|
208
201
|
@keyframes jux-zoom-in {
|
|
209
202
|
from { transform: scale(0); opacity: 0; }
|
|
210
203
|
to { transform: scale(1); opacity: 1; }
|