We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f33080 + d628aac commit eb89cfcCopy full SHA for eb89cfc
1 file changed
src/wp-includes/css/view-transitions-animation-wipe.css
@@ -38,5 +38,6 @@
38
transform: none;
39
animation: wp-view-transition-new-animation 1.2s cubic-bezier(0.45, 0, 0.35, 1.0);
40
animation-fill-mode: both;
41
+ -webkit-mask-image: linear-gradient(var(--wp-view-transition-angle), #000 calc(-70% + calc(170% * var(--wp-view-transition-progress, 0))), transparent calc(170% * var(--wp-view-transition-progress, 0)));
42
mask-image: linear-gradient(var(--wp-view-transition-angle), #000 calc(-70% + calc(170% * var(--wp-view-transition-progress, 0))), transparent calc(170% * var(--wp-view-transition-progress, 0)));
43
}
0 commit comments