--- order: 3 title: zh-CN: 渐显 en-US: Fade in --- ## zh-CN 切换效果为渐显。 ## en-US Slides use fade for transition. ```jsx import { Carousel } from 'antd'; const contentStyle = { height: '160px', color: '#fff', lineHeight: '160px', textAlign: 'center', background: '#364d79', }; ReactDOM.render(

1

2

3

4

, mountNode, ); ```