@webqit/webflo 0.20.45 → 0.20.46

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.45",
15
+ "version": "0.20.46",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -973,13 +973,18 @@ export class ModalElement extends BaseElement {
973
973
 
974
974
  :host(._edge-tight._alt-edge-tight) .view {
975
975
  animation-timing-function: linear;
976
- animation-fill-mode: forwards;
976
+ animation-fill-mode: both;
977
977
  animation-name: radius0;
978
978
  animation-timeline: --view-scroll;
979
979
 
980
980
  animation-range: calc(var(--total-minmax-length) - var(--wq-radius)) var(--total-minmax-length);
981
981
  }
982
982
 
983
+ :host(._edge-tight._alt-edge-tight:is(._top:not(._horz), ._left._horz)) .view {
984
+ animation-direction: reverse;
985
+ animation-range: calc(100% - var(--total-minmax-length)) calc(100% - (var(--total-minmax-length) - var(--wq-radius)));
986
+ }
987
+
983
988
  :host(._horz) .view {
984
989
  overflow-y: hidden;
985
990
  overflow-x: auto;