8000 fix(b-sekelton): animation overflow issue for Safari (#5863) · bootstrap-vue/bootstrap-vue@bfd4f96 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfd4f96

Browse files
authored
fix(b-sekelton): animation overflow issue for Safari (#5863)
1 parent 929aee2 commit bfd4f96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/skeleton/_skeleton.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
overflow: hidden;
1010
background-color: $b-skeleton-background-color;
1111
cursor: $b-skeleton-loading-cursor;
12+
// https://gist.github.com/ayamflow/b602ab436ac9f05660d9c15190f4fd7b
13+
mask-image: radial-gradient(white, black);
1214

1315
// Use `::before` since `::after` is used for the wave-animation
1416
&::before {

0 commit comments

Comments
 (0)
0