@webqit/webflo 0.20.36 → 0.20.37
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/package.json
CHANGED
|
@@ -1370,7 +1370,8 @@ export class ModalElement extends BaseElement {
|
|
|
1370
1370
|
transition:
|
|
1371
1371
|
display 0.2s allow-discrete,
|
|
1372
1372
|
overlay 0.2s allow-discrete,
|
|
1373
|
-
backdrop-filter 0.2s
|
|
1373
|
+
backdrop-filter 0.2s,
|
|
1374
|
+
background 0.2s;
|
|
1374
1375
|
}
|
|
1375
1376
|
|
|
1376
1377
|
:host(._swipe-dismiss._container) {
|