English 中文(简体)
脂肪
原标题:Flipboard animation

Does anyone knows how to build a flip animation like the flipboard app? Thanks

问题回答

If you mean the page flip transition, have a look at the OpenGL transition class I wrote.

https://github.com/epatel/EPGLTransitionView

我补充了几个例子,其中一个是“单页”的过渡。

查阅FlipView,试图复制。 iPad

执行的一些特征是:

  • 多个脂重(如果一、二、多脂重,在最后的想象力上加点)。

  • 2. 如果方向改变,则意见安排与惠普一样

  • 选择随机布局

希望这一联系会给你一些帮助:D

我记得,在观察与首席执行干事的面谈时指出,所有拖延委员会和估计都是用超文本5做的。 我现在无法感到担忧:

我设法找到了与FlipView有关下列内容的不中间链接:

希望会有助于

我在数周内也这样做。 如果你在一篮子的照片中使用异构体的过渡,你就会看到,这种过渡具有非常相似的纸板效应。 虽然有更多的方案拟定工作的人可能给你具体细节,但我认为他们使用核心估计。 在此过程中,你可以确定基点,并从根本上改变基调。





相关问题
images sliding continuously with <table> and jQuery

I m trying to write a little test page that circulates images through a window (see image). I have colored boxes inside a table (gray border), with each box being a element. <table id="boxes" ...

WPF 3d rotation animations

I have a few 3d rectangles on my screen that I want to pivot around the Y axis. I want to press down with the mouse, and rotate the 3d object to a max rotation, but when the user moves their mouse, ...

Disable Windows 7 touch animation in WPF

In Windows 7 when you touch the screen there is a short animation that occurs at the touch point. In my WPF app I want to display my own touch points, without showing the one supplied by Windows. ...

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Direct 2D gnuplot PNG animation?

Can anyone please confirm that yes/no Gnuplot 4.5 (on CVS) can output 2D animated PNG files? I have numerous datasets but one line that I d like to show iteratively in 3 different places in my graph. ...

Visual State Manager VS Animations in WPF

There is a lot of talk about the simplicity of Visual States and the transitions between them in WPF/Silverlight. I have the need to generate animations dynamically at runtime, to animate the ...

Create a ImageIcon that is the mirror of another one

I ll like to know if there is a way to create a ImageIcon that is the mirror of another ImageIcon. Searching on Google, I found how to do it by using many AWT libraries. Is there a way to do it with ...

how to drag in the animation in iphone application?

Iphone application is using the static co-ordinates to reach at some points in the application,which is based on the button event. But what i want is when i drag the item than it should reach at some ...

热门标签