05 2018 档案
微信小程序弹窗
摘要:话不多说上链接 https://blog.csdn.net/gao_xu_520/article/details/71084162?locationNum=1&fps=1 阅读全文
posted @ 2018-05-09 20:12 段了的弦 阅读(110) 评论(0) 推荐(0)
ionic动画
摘要:git 地址: https://github.com/Augus/ngAnimate/ 使用方法: 下载后, 1、引入ngAnimate.js(依赖jquery); 2、引入 ng-animate.css 3、在需要ng-show的标签上,加上以下效果的类名 显示效果类名: toggle spin- 阅读全文
posted @ 2018-05-03 14:44 段了的弦 阅读(394) 评论(0) 推荐(0)
ionic 滚动条位置
摘要:注入:$ionicScrollDelegate 判断滚动条的位置用: 返回一个Json对象,内容为:{top:0,left:0} 例如当滚动条距离顶部一定距离时: 阅读全文
posted @ 2018-05-03 14:06 段了的弦 阅读(1514) 评论(0) 推荐(0)