horizontal flip
-
There is a problem with the PT Flip Box when flipping horizontally – the front and back sides go in opposite directions. The problem is caused by the initial transform angle which should be -180 instead of 180, like this:
.pt-fb-animate-horizontal .pt-flip-box-inner .pt-flip-box-back {
transform: perspective(1000px) rotateY(-180deg);
}Also I can’t use the cube flip modes because the animation judders when the mouse is moved around the front or back instead of just animating when the pointer goes off the flip widget.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘horizontal flip’ is closed to new replies.