Forums

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

Home Forums CSS keyframes not working on firefox & IE

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #176790
    Hesham Ghoniem
    Participant

    hi

    my Image slider
    doesn’t work on FireFox 30.0 & IE 11

    it works on chrome , opera &safari

    can i know why ??

    this is Codepen url of the Image slider

    http://codepen.io/HeshamGhoniem/full/vyodj

    #176795
    Hesham Ghoniem
    Participant

    I’m already used it

    `
    @-moz-keyframes slide {
    10% {
    left: 0;
    }
    14%,20% {
    left: -400px;
    }
    24%,30% {
    left: -800px;
    }
    34%,40% {
    left: -1200px;
    }
    44%,50% {
    left: -1600px;
    }
    54%,60% {
    left: -2000px;
    }
    64%,70% {
    left: -2400px;
    }
    74%,80% {
    left: 0;
    }
    }

    @-moz-keyframes title {
    10%, 14%, 20%, 24%, 30%, 34%, 40%, 44%, 50%, 54%, 60%, 64%, 70%, 74%, 80% {
    bottom: 5px;
    }
    12%,22%,32%,42%,52%,62%,72% {
    bottom: -200px;
    }
    }
    <code></code>

    `

    and also not working

    #176796
    Paulie_D
    Member

    use -moz-keyframe for IE and firefox.

    He is …and -moz will do nothing in IE.

    http://codepen.io/HeshamGhoniem/pen/vyodj

    #176799
    Hesham Ghoniem
    Participant

    not working

    #176802
    Paulie_D
    Member

    No…I was just showing your code to the previous poster to show that you were using the correct prefixes.

    I have no idea why this isn’t working.

    #176807
    Hesham Ghoniem
    Participant

    sorry for the Confusion

    thanks :) :)

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