Search
 
SCRIPT & CODE EXAMPLE
 

CSS

angular css animation

$ npm install animate.css

/*To include it in your project you can add it in angular.json:*/
"styles": [
	"node_modules/animate.css/animate.min.css",
    "styles.css"
]

/*or link it in index.hmtl:*/
<link
    rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
  />
  
/*After that just use the animations in the html files:*/
<h1 class="animate__animated animate__bounce">An animated element</h1>

/*Here you find all the possible animations and the available options:*/
https://animate.style/
Comment

PREVIOUS NEXT
Code Example
Css :: text sliding css 
Css :: Change the color of anchor tags 
Css :: mobile first media queries 
Css :: scss darken color 
Css :: flex items not taking full width 
Css :: trash icon in fontawesome 
Css :: css disable animation on load 
Css :: how to remove the body margin from navbar in css 
Css :: remove black shadow from border 
Css :: overflow-wrap: anywhere 
Css :: how to add style .css in wp 
Css :: remove text color from link 
Css :: *{ margin: 0; padding: 0; box-sizing: border-box; } 
Css :: how to saturate colors in css 
Css :: max width css 
Css :: css border top linear gradient 
Css :: fonts for css 
Css :: pesudo content css break word 
Css :: how blend two backgrounds css and isolate content 
Css :: css grid 
Css :: web3 button style 
Css :: how to display a header in the center of the column in css 
Css :: css in head or body 
Css :: how to change color of hyperlink in css 
Css :: dict to sql python 
Css :: css remove line from link 
Css :: table vertical align center 
Css :: disable line breaking html span 
Css :: how to remove default border 
Css :: the box model 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =