“Animationsaufrichtung in CSS” Code-Antworten

Animations-Richtung Eigenschaft

animation-direction  can have the following values -
(1) normal : forward direction, this is the default value.
(2) reverse : the animation sets in the reverse direction ( backward ).
(3) alternate : the animation plays normal first and then reverse.
(4) alternate-reverse: the animation plays reverse first and then normal.


NOTE: animation-duration also matters in animation-direction.
FIRE IN CODING

Animationsaufrichtung in CSS

div {
  animation-direction: alternate;
}
naly moslih

Ähnliche Antworten wie “Animationsaufrichtung in CSS”

Fragen ähnlich wie “Animationsaufrichtung in CSS”

Weitere verwandte Antworten zu “Animationsaufrichtung in CSS” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen