Closed vasiliki-b-zz closed 5 years ago
Thanks for spotting and cheers for the fix. Fixed in 12173d167fc27d30a36b017f2de4aa978551ff40
Added you to the acknowledgements.
Np, you also need to add a border-top
to .rotor-leaf-rear
cause in safari the middle line seems disappear/reappear during the animation.
It seems fine to me? In which version of Safari are you seeing this behaviour?
Safari 12.0
On Thu, Jan 10, 2019 at 2:02 PM Peter Butcher notifications@github.com wrote:
It seems fine to me? In which version of Safari are you seeing this behaviour?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PButcher/flipdown/issues/8#issuecomment-453213711, or mute the thread https://github.com/notifications/unsubscribe-auth/AP67SjCbc_c8PpTSorAsvQkkCM4y5znhks5vB44tgaJpZM4Zz9H3 .
The numbers change before the flip animation completes.
You must add
-webkit-backface-visibility: hidden;
to your css for front and rear rotor leaves, becausebackface-visibility
alone is not supported by ios/Safari.