Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一种标准方法可以使已停用的视图具有滑开的动画或使视图处于活动状态以滑入?
我正在考虑为视图端口设置一个基本控制器,然后是一个事件“activeitemchange”,它设置视图的动画。但是当我从基本控制器继承我的控制器时,我收到以下错误:
Failed loading 'http://localhost:1212/touch/src/app/AppController.js'
不确定问题是什么,或者即使这是实现这一目标的正确方法......?
这是一个使用导航视图的示例,其中动画在导航视图的配置中仅设置一次。
http://www.senchafiddle.com/full/!izRlK/
希望这可以帮助