Skip to content

Commit 4961f54

Browse files
committed
feat: [Carousel] apply will-change: transform to .Carousel-inner
1 parent c7b86ec commit 4961f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Carousel/style.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323
&-inner {
2424
display: flex;
25+
will-change: transform;
2526
}
2627
&-dots {
2728
position: absolute;

0 commit comments

Comments
 (0)