Skip to content

Commit eb89cfc

Browse files
author
Felix Arntz
committed
Merge branch 'add/view-transitions-theme-support' of github.com:felixarntz/wordpress-develop into add/view-transitions-theme-support
2 parents 6f33080 + d628aac commit eb89cfc

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
@@ -38,5 +38,6 @@
3838
transform: none;
3939
animation: wp-view-transition-new-animation 1.2s cubic-bezier(0.45, 0, 0.35, 1.0);
4040
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)));
4142
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)));
4243
}

0 commit comments

Comments
 (0)