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 Reply To: keyframes not working on firefox & IE

#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