bootstrap-material-design

How to have CSS animation only on click and not on page load?

流过昼夜 提交于 2019-12-04 05:31:47
问题 I am using https://github.com/FezVrasta/bootstrap-material-design in my project more specifically the checkbox this question is focused on the checkbox component, the entire library is being used in my project. <label class="control-label"> <div class="checkbox display-inline-block "> <label> <input type="checkbox" data-check="false" /> <span class="ripple"></span> <span class="check"></span> </label> </div> </label> The problem is that the checkbox triggers an animation on page load and

Bootstrap Material Design cdn

馋奶兔 提交于 2019-12-03 16:22:22
I'd like to use Bootstrap Material design, and the github page says that I can get it from jsdelivr.com . But then the Getting Started page says: Once copied you need to initialize the material javascript by adding the following javascript to your site, $.material.init() The integration page at jsdelivr says to use this: <link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap.material-design/0.3.0/css/material-wfont.min.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap.material-design/0.3.0/css/material.min.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap