Skip to content

Commit

Permalink
the flippening
Browse files Browse the repository at this point in the history
  • Loading branch information
svub committed Nov 16, 2022
1 parent dbf8ab9 commit 6dfd199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/web/themes/item-flip.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
transition 1s cubic-bezier(0.25, 0.25, 0.45, 1) //ease-in-out
transform-style preserve-3d
transform-origin 50% 0
transform rotateY(0.0001deg) // iOS Safari hack, 180 deg makes the SVG disappear.
transform rotateY(-0.0001deg) // iOS Safari hack, 180 deg makes the SVG disappear.

.title, .content
position absolute
Expand Down

0 comments on commit 6dfd199

Please sign in to comment.