“arah animasi di CSS” Kode Jawaban

Properti Animasi-Direksi

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

arah animasi di CSS

div {
  animation-direction: alternate;
}
naly moslih

Jawaban yang mirip dengan “arah animasi di CSS”

Pertanyaan yang mirip dengan “arah animasi di CSS”

Lebih banyak jawaban terkait untuk “arah animasi di CSS” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya