我在我的项目中使用https://github.com/FezVrasta/bootstrap-material-design更具体地说,这个问题的复选框集中在复选框组件上,整个库都在我的项目中使用。
<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>
问题是该复选框会在页面加载时触发动画并且看起来很奇怪。LESS 代码是https://github.com/FezVrasta/bootstrap-material-design/blob/master/less/_checkboxes.less#L88,可以在此处查看示例http://codepen.io/anon/pen/ ogmgRX
有谁知道如何停止动画出现在页面加载?