--- order: 2 title: zh-CN: 动画效果 en-US: Active Animation --- ## zh-CN 显示动画效果。 ## en-US Display active animation. ```tsx import React from 'react'; import { Skeleton } from 'antd'; const App: React.FC = () => ; export default App; ```