The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

3d CSS3 problems

CpunkCpunk Registered User regular
edited July 2011 in Help / Advice Forum
Hey I'm trying to do a little flip book animation with webkit transforms, but the draw order of the pages keeps getting screwed up in chrome / safari, each rendering it in different, wrong ways. Anyone know how webkit determines what to draw on top with 3d transforms? I've tried messing with the z-index and translateZ but neither seems to work. link: presstest.knit-purl.com/fliptest.html

Cpunk on

Posts

  • DelzhandDelzhand Registered User, Transition Team regular
    edited July 2011
    I think you have your weights backward. Higher numbers with z-index are placed on top.

    Delzhand on
  • CpunkCpunk Registered User regular
    edited July 2011
    OK I changed that but now the problem is in reverse

    Cpunk on
Sign In or Register to comment.