feat(transition): add transition comp and demo

This commit is contained in:
vben
2020-10-25 21:31:14 +08:00
parent 2628fb550d
commit 3713487c85
5 changed files with 125 additions and 20 deletions

View File

@@ -13,6 +13,10 @@ const menu: MenuModule = {
path: 'countTo',
name: '数字动画',
},
{
path: 'transition',
name: '动画组件',
},
{
path: 'scroll',