Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vue] 57. vue 中实现切换页面时为左滑出效果 #448

Open
qiilee opened this issue Oct 9, 2019 · 1 comment
Open

[vue] 57. vue 中实现切换页面时为左滑出效果 #448

qiilee opened this issue Oct 9, 2019 · 1 comment
Labels

Comments

@qiilee
Copy link
Member

qiilee commented Oct 9, 2019

No description provided.

@qiilee qiilee added the VUE label Oct 9, 2019
@Eleanor-24
Copy link

在跳转目标页面设置帧动画

@keyframes slideMove{
    0%{ transform : translateX(100%); }
    100%{ transform : translateX(0); }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants