--- order: 3 title: zh-CN: 自动切换 en-US: Scroll automatically --- ## zh-CN 定时切换下一张。 ## en-US Timing of scrolling to the next card/picture. ```jsx import { Carousel } from 'antd'; const contentStyle = { height: '160px', color: '#fff', lineHeight: '160px', textAlign: 'center', background: '#364d79', }; ReactDOM.render(

1

2

3

4

, mountNode, ); ```