How to import Animate.css?

0
Hello,   I would like to import animate.css in my app. I tried to do what was written in this post https://community.mendix.com/link/space/app-development/questions/22372 but I didn't manage to make it work.   Could somebody explain me step by step how to import animate.css please?   Thanks for your help.
asked
1 answers
0

Hi Simon,

 

follow these steps:

  1. Open your project folder
  2. Open the themesource folder
  3. Open the folder named like your module
  4. Open folder web
  5. Paste your file there
  6. Open the file main.scss
  7. Paste this string: @import "./animate.css";

you should get it :)

 

let me know if it work,

Andrea

answered