Slide Left animated transition in ng-hide, ng-Animate

[亡魂溺海] 提交于 2019-11-30 06:57:32

you can set left: 0 on .animate-hide

and left: -100% on .animate-hide.ng-hide

here's a working fiddle

One thing that can help you make beautiful animations is using Animate.css

animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects.

Check out ngAnimate. Amazing.

DEMO

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!