Forums

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

Home Forums CSS again problem with animation ??

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #147838
    Astronaut
    Participant

    why animation is not working in my codepen ???

    circles have to spin

    and another problem is ,,, when i minimize page, the animation leaves its place ?

    instead of revolving at corner it moves to the center of the page ??

    #147840
    Paulie_D
    Member

    Your circle is positioned oddly.

    Where is it supposed to be?

    Also, you’ve only declared the keyframe transform properties for Firefox.

    #147841
    Astronaut
    Participant

    i added -webkit- prefix with keyframes, but still not working with IE9 ???

    and what you mean by circle is positioned oddly, i intentionally did this to make it look nice?

    #147853
    Paulie_D
    Member

    IE9 doesn’t support keyframe animations.

    Your keyframe syntax is a little wrong…try this – http://codepen.io/anon/pen/DiGzw

    #147859
    Astronaut
    Participant

    Paulie;D

    i appreciate your help but still not working with IE9,.. ??

    #147874
    Paulie_D
    Member

    It won’t…IE9 doesn’t support keyframes…AFAIK

    I think IE10 does though.

    #147877
    Astronaut
    Participant

    thanks Paulie;D

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