@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
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.20.36",
15
+ "version": "0.20.37",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -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) {