I am simply trying to add mdb-bootstrap
animation into my angular project but the animation is not working. I just follow the instruction of basic mdb animation MDB Bootstrap Animation . It is working at MDB EDITOR but when I put the same code in my angular project it is not working. My trying code is
// angular.json
"styles": [
"node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss",
"node_modules/@fortawesome/fontawesome-free/scss/solid.scss",
"node_modules/@fortawesome/fontawesome-free/scss/regular.scss",
"node_modules/@fortawesome/fontawesome-free/scss/brands.scss",
"node_modules/angular-bootstrap-md/assets/scss/bootstrap/bootstrap.scss",
"node_modules/angular-bootstrap-md/assets/scss/mdb.scss",
"node_modules/animate.css/animate.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.scss"
],
// html
<img
class="animated bounce infinite"
src="https://mdbootstrap.com/img/logo/mdb-transparent.png"
/>