Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to set transition in keyframe

.box {
 animation-name: bounce;
 animation-duration: 4s; /* or: Xms */
 animation-iteration-count: 10;
 animation-direction: alternate; /* or: normal */
 animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
 animation-fill-mode: forwards; /* or: backwards, both, none */
 animation-delay: 2s; /* or: Xms */
}
Comment

PREVIOUS NEXT
Code Example
Css :: no break line html 
Css :: getting two scroll bars 
Css :: creating drop shadow css 
Css :: rounded corners css button 
Css :: nodelist map 
Css :: html css navbar with dropdown 
Css :: resize in css 
Css :: padding in one line 
Css :: live sass compiler settings 
Css :: position css 
Css :: wordpress style.css 
Css :: transition css 
Css :: css animation linear 
Css :: gray scale css 
Css :: tailwind css installation 
Css :: how to give opacity to border 
Css :: css curved border 
Css :: vh and vw 
Css :: linear gradient tailwind css 
Css :: add drop shadow css 
Css :: change text color li css 
Css :: after icon css 
Css :: html disabled button hover style 
Css :: text-transform 
Css :: Hide second occarrence of a css class 
Css :: wordpress https to localhost http 
Css :: css create sidebar 
Css :: margin bottom 
Css :: cursor css 
Css :: how to change only bullet color in css 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =