Forums

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

Home Forums CSS [Solved] Simple CSS animation Question

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #170776
    Chris Lannister
    Participant

    Pen

    Hi guys,
    Can someone tell me why the animation seems to hang at the 90 degree point? I’m aiming for a totally smooth “orbit”.

    Cheers

    #170777
    Paulie_D
    Member

    I think you have to add the right timing function…I think the default is “ease”

     -webkit-animation:munOrbit 5s infinite linear; 
    

    http://codepen.io/Paulie-D/pen/vLlqu

    #170785
    Chris Lannister
    Participant

    Perfect, thank you.

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