skip to Main Content

Twitter bootstrap – how to apply animate.css on bootstrap3 modal box?

I would like to apply animations on bootstrap3 modal box using animate.css. But it is not working for me. Here is my code snippet <html lang="en"> <head> <link href="//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/custom/bootstrap.min.css" rel="stylesheet" /> <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap-theme.css" rel="stylesheet" /> <link href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.3.0/animate.min.css" rel="stylesheet" /> </head>…

VIEW QUESTION
Back To Top
Search