backside-visibility not working in IE10 - works fine in webkit

前端 未结 5 1508
面向向阳花
面向向阳花 2020-12-05 22:15

I\'m building a simple pure-css \'card flip\' animation, it has to work in IE10, but sadly what I\'ve written doesn\'t.

jsFiddle demo here or sample html zip

5条回答
  •  抹茶落季
    2020-12-05 22:32

    Well some Microsoft IE devs saw my tweet and jumped in with a fix already!

    Apparently IE10 does not support preserve-3d, and they whipped up this jsFiddle demonstration

    Big thanks to @reybango and @sgalineau for the help - very much appreciated.

提交回复
热议问题