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 :: wordpress link post tags 
Css :: enter in css 
Css :: transition delay css 
Css :: josh comeau css reset 
Css :: putting label on top of input css 
Css :: onclick change visibility 
Css :: jquery remove css class 
Css :: how to print hello world with css 
Css :: slick arrow css 
Css :: Find element that is causing overflow css 
Css :: label width css 
Css :: html5 video hide progress bar 
Css :: how to add inline class to a paragraph in css 
Css :: comfirm before delete 
Css :: css animation slide from bottom to top 
Css :: hide input border on focus 
Css :: css round outline 
Css :: change style of ordered list numbers css 
Css :: rounded gradient border css 
Css :: css center text 
Css :: center tecxt css 
Css :: hide element using css 
Css :: max z-index value css 
Css :: add border to input css 
Css :: replace icon with image css 
Css :: one image position relative and other absolute 
Css :: remove on click border 
Css :: row reverse grid 
Css :: width css property 
Css :: icon rounded corners css 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =