quincunx: CSS animation geht in Firefox nicht

Beitrag lesen

Hallo Alex,

wenn du bei deinem

#restaurant_slider .restaurant_slider {
    position: relative;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-name: slide;
    animation-timing-function: linear;
    font-size: 0; 
    margin: 0;
    padding: 0;
    text-align: left;
    width: 1000%;
}

noch den Ausgangswert

   left: 0%;

hinzufügst, funzt es unter Windows auch im Firefox und im Chrome. Allerdings ist diese Konstruktion mAn nicht wirklich robust. ¿was sind width: 1000%? ¿was ist font-size: 0; Da würde ich noch etwas nachdenken.

beste grüße

quincunx