<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
//add it directly to your webpage using a CDN:
<head>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" referrerpolicy="no-referrer" />
$ yarn add animate.css
.my-element {
display: inline-block;
margin: 0 0.5rem;
animation: bounce; /* referring directly to the animation's @keyframe declaration */
animation-duration: 3s; /* don't forget to set a duration! */
}
$ npm install animate.css --save
yarn add animate.css // or npm install animate.css --save
Code Example |
---|
Css :: min-height not working on body |
Css :: sass scale color |
Css :: css target type |
Css :: css make div one line |
Css :: box sizing border box |
Css :: variables css |
Css :: css border radius first element and last element |
Css :: calculator |
Css :: remove text color from link |
Css :: react wrapper component |
Css :: function for style your theme wordpress php |
Css :: css wrap text |
Css :: fade in animation css codepen |
Css :: how to change font size in css |
Css :: modern css fonts |
Css :: css width percentage |
Css :: tailwindcss color change based on variable |
Css :: before and after pseudo selectors |
Css :: transform css |
Css :: animation not hover out |
Css :: css file not getting captured in laravel project |
Css :: css or selector |
Css :: highchart add font family |
Css :: resctrict css to apply on div |
Css :: clip path css |
Css :: how to make button appear on hover |
Css :: background in css |
Css :: hover bg change |
Css :: Night / dark mode css |
Css :: css animate absolute position |