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.
我将使用DeckPanel在两个视图之间提供过渡动画。
但是,当我移动视图时,只是从下到上或从上到下移动。
我可以让视图移动吗from left to right?from right to left
from left to right
from right to left
我认为使用DeckPanel. 您必须继承DeckPanel并覆盖该showWidget()方法以支持新的动画模式。或者,您可以使用DeckLayoutPanel. 它有一个设置动画方向的选项。有关更多详细信息,请参见此处。
DeckPanel
showWidget()
DeckLayoutPanel