Okay, so I'm trying to figure out how to make my 3d transitions seamless on a carousel I'm working on without transitioning the entire parent piece. I'm trying to create a cube effect that will be able to be utilized by as many slides as I want. Here's what I have so far, but I can't seem to make it seamless: http://jsfiddle.net/wDMHN/4/. Help!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You need to start each side of the cube at its transformed position relative to the face, so one side needs to be rotate 90, the other 180, and the other 270. You also need to set your perspective origin so all of your faces are rotating around the same point. Check out this link It uses the keyboard to rotate the cube, but it would be a very simple change to make it autonomous. |
|||||||
|