码迷,mamicode.com
首页 > 其他好文 > 详细

项目总结

时间:2018-08-08 13:43:40      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:return   ret   show   random   var   function   fun   active   animate   

vue

配合animate.css使用:

transtion enter-active-class=“bounceInleft” leave-actict-classs="bounceOutRight"
v-show="class=animated"

JS 取得一个区间的随机整数
function rnd(n, m){
var random = Math.floor(Math.random()*(m-n+1)+n);
return random;
}

项目总结

标签:return   ret   show   random   var   function   fun   active   animate   

原文地址:https://www.cnblogs.com/liuzhouyuan/p/9441998.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!