# 默认 - order: 0 最简单的进场例子。 --- ````jsx import { QueueAnim } from 'antd'; ReactDOM.render(
依次进场
依次进场
依次进场
依次进场
依次进场
依次进场
, document.getElementById('components-queue-anim-demo-simple')); ```` ````css .code-box-demo > div { overflow: hidden; } .code-box-demo .buttons { text-align: center; margin: 0 auto; margin-bottom: 20px; } ````