Search
 
SCRIPT & CODE EXAMPLE
 

CSS

animation-direction property

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.
Comment

animation-direction in css

div {
  animation-direction: alternate;
}
Comment

PREVIOUS NEXT
Code Example
Css :: remove black border from border css 
Css :: working with tailwind css on your react build 
Css :: waves css 
Css :: justify xd 
Css :: css border radius first element and last element 
Css :: css stop text wrapping 
Css :: css shape-outside 
Css :: Simple example of using bootstrap 
Css :: How to keep same background-image ratio/size on all different screen sizes? 
Css :: red color hex 
Css :: css font style 
Css :: JavaScript find common characters between the strings 
Css :: fixed image position while scrolling 
Css :: can you control another div on hover css 
Css :: filter array by keyword 
Css :: registration form in tailwind css 
Css :: focus on input change label color 
Css :: webkit appreance none select 
Css :: boostarp grid npm css react 
Css :: css changer la couleur de la sélection 
Css :: padding is make biger elment 
Css :: Every user on your website has an image avatar that is displayed when 
Css :: media query change button text 
Css :: Text Shadow Hover Effect 
Css :: css absolute in absolute 
Css :: css clip-path 
Css :: vertical sliders css 
Css :: my customized css export chrome dev 
Css :: custom checkbox 
Css :: css structure 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =