ICode9

精准搜索请尝试: 精确搜索
  • 使用BetterScroll / better-scroll实现双联互动 / 左右两侧关联滑动2022-09-15 14:03:25

    左侧 <ul class="l-item"> <li :class="item.id == currentIndex ? 'active' : ''" v-for="item in leftData" :key="item.id" @click=&q

  • 工具、资源分享2022-07-13 10:35:58

    工具分享: 1、https://tsuml-demo.firebaseapp.com/ —— UML 类图 2、https://www.processon.com/popular —— 在线绘图工具(国内) 3、https://app.diagrams.net/ —— 在线绘图工具(国外) 4、https://board.oktangle.com/ —— 在线绘图工具 5、https://carbon.now.sh/ —— 代码转

  • Vue better-scroll实现详情页吸顶动画2021-11-22 19:02:15

    <header> <!-- 下滑50px后消失 --> <div class="header-returns" v-show="isShow"> <div> <i class="iconfont icon-fanhui"></i> </div> <div>

  • vue滚动插件BetterScroll回到顶部2021-07-20 21:33:27

    <script> import BetterScroll from 'better-scroll' export default { name: 'HelloWorld', data() { return { msg: 'Welcome to Your Vue.js App', scroll: null } }, mounted() {

  • 项目中better-scroll的常用配置、插件介绍2021-02-11 16:33:17

    文章目录 介绍最常见的应用场景是列表滚动滚动原理 安装全部安装按需安装(推荐) 插件使用插件常用插件pullUpobserve-domobserve-image 常用配置项clickprobeType 常用注意事项在vue中使用建议用ref属性绑定scroll对象 介绍 BetterScroll 是一款重点解决移动端(已支持 PC

  • P14-Vue-supermall项目-BetterScroll滚动插件基本使用2021-01-12 15:06:25

    P14-Vue-supermall项目-BetterScroll滚动插件基本使用 1.概述 移动端页面上下滑动一般都使用第三方插件来实现,这里我们就使用BetterScroll插件,对他进行一层封装,应用到项目中的上下滑动。 2.BetterScroll基本使用 2.1.BetterScroll介绍 BetterScroll源码在githud上可以获取

  • 替换IScroll2020-11-03 19:33:02

    IScroll需要关注的问题太多,甚至有些企业微信电脑端无法滑动,痛苦的使用两年,今天终于决定把他换了,首先技术选型 1、MeScroll http://www.mescroll.com/ 2、BetterScroll https://github.com/ustbhuangyi/better-scroll 首先使用Mescroll,官网做的不错,但是在Jquery方式下,直接替换不太

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有