Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Microsoft Edge – Animation Error

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #242563
    Rhino.Freak
    Participant

    http://codepen.io/RhinoFreak/pen/WxbYVY

    Just look at this from Microsoft Edge browser and you’ll know what I’m talking about.
    How do I fix this? This is such a simple animation I don’t believe Edge doesn’t support a few rotations and translations!

    Please help!

    #242565
    Beverleyh
    Participant

    Hmmm, interesting – it doesn’t seem to like the ‘bottom’ keyword against transform-origin.

    Try using % values instead;

    transform-origin: 100%;

    #242589
    Rhino.Freak
    Participant

    Thank you!! You saved me!
    one last question is that, the proper equivalent of transform-origin: bottom would be transform-origin: 50% 100% right?

    #242590
    Beverleyh
    Participant

    Yes, ‘50% 50%’ is default so ‘50% 100%’ is the equivalent of ‘center bottom’

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.