pageAinimate icon indicating copy to clipboard operation
pageAinimate copied to clipboard

vue实现webapp页面切换动画

Results 4 pageAinimate issues
Sort by recently updated
recently updated
newest added

这个动画效果使用transform后,里面的子页面使用fixed布局就会失效,这个有解决办法吗

export default new Router({ routes: [ { path: '/', redirect: '/index' }, { path: '/index', component: index, children: [ { path: '', name: 'home', component: home }, { path: 'page1',...