when we click on home page in google chrome, which shows the Apps page in which 4 thumbnail icon appears like google search, youtube, gmail, chrome web store etc. and on the left side there is an arrow to move over the Most Visited page. When I click on the arrow, it navigate Most Visited page with animation and when I press the arrow of right side , it go back by the same animation.
当我们点击谷歌浏览器的主页时,会显示应用程序页面,其中显示4个缩略图图标,如谷歌搜索,YouTube,Gmail,Chrome网上商店等。在左侧有一个箭头移动到访问量最大的页面。当我单击箭头时,它会使用动画导航Most Visited页面,当我按下右侧的箭头时,它会返回相同的动画。
I have created an application in J2SE (Desktop Application), in which it is required to developed the same animation like google chrome (Web Browser Animation).
我在J2SE(桌面应用程序)中创建了一个应用程序,在该应用程序中需要开发像google chrome(Web Browser Animation)一样的动画。
Note: Current Version of Google Chrome
how can we done this? any Example?
我们怎么能这样做?任何例子?
1 个解决方案
#1
0
Have a look these sample libraries and frameworks which demonstrate similar animated transitions:
看看这些示例库和框架演示类似的动画过渡:
- Canned Transitions by the JavaFX team.
- Flows in the JFX-Flow framework.
- Sidebar animation sample.
JavaFX团队的固定转换。
流程在JFX-Flow框架中。
边栏动画示例。
#1
0
Have a look these sample libraries and frameworks which demonstrate similar animated transitions:
看看这些示例库和框架演示类似的动画过渡:
- Canned Transitions by the JavaFX team.
- Flows in the JFX-Flow framework.
- Sidebar animation sample.
JavaFX团队的固定转换。
流程在JFX-Flow框架中。
边栏动画示例。