Skip to content

Commit d628aac

Browse files
author
wordpress-develop-pr-bot[bot]
committed
Automation: Updating built files with changes. [dependabot skip]
1 parent 260b377 commit d628aac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-includes/css/view-transitions-animation-wipe.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
transform: none;
3333
animation: wp-view-transition-new-animation 1.2s cubic-bezier(0.45, 0, 0.35, 1.0);
3434
animation-fill-mode: both;
35+
-webkit-mask-image: linear-gradient(270deg, #000 calc(-70% + calc(170% * var(--wp-view-transition-progress, 0))), transparent calc(170% * var(--wp-view-transition-progress, 0)));
3536
mask-image: linear-gradient(270deg, #000 calc(-70% + calc(170% * var(--wp-view-transition-progress, 0))), transparent calc(170% * var(--wp-view-transition-progress, 0)));
3637
}

0 commit comments

Comments
 (0)