当前位置: 首页 > news >正文

网站开发设计需要什么证书建站系统推荐

网站开发设计需要什么证书,建站系统推荐,仪征网站建设公司,厦门 网站建设公司目录 #平台差异说明 #基本使用 #设置滚动相关参数 #是否显示小数位 #千分位分隔符 #滚动执行的时机 #API #Props #Methods #Event 该组件一般用于需要滚动数字到某一个值的场景,目标要求是一个递增的值。 注意 如果给组件的父元素设置text-align: cente…

目录

#平台差异说明

#基本使用

#设置滚动相关参数

#是否显示小数位

#千分位分隔符

#滚动执行的时机

#API

#Props

#Methods

#Event


该组件一般用于需要滚动数字到某一个值的场景,目标要求是一个递增的值。

注意

如果给组件的父元素设置text-align: center想让数字水平居中,可能是由于元素内容快速变化而导致渲染的问题,在APP上组件可能会有轻微的左右抖动现象, 解决办法是给父元素设置padding-left或者margin-left即可。

#平台差异说明

AppH5微信小程序支付宝小程序百度小程序头条小程序QQ小程序

#基本使用

通过start-val设置开始值,end-val设置结束值

<u-count-to :start-val="30" :end-val="500"></u-count-to>

#设置滚动相关参数

  • 通过duration设置从开始值到结束值整个滚动过程所需的时间,单位ms
  • 通过use-easing设置滚动快结尾的时候,是否放慢滚动的速度,给用户更好的视觉效果
<u-count-to :start-val="30" :end-val="500" :duration="2000" :use-easing="false"></u-count-to>

#是否显示小数位

通过decimals设置显示的小数位,如果设置了,在滚动过程中,小数位会一起变化。如果start-valend-val是带小数的,应该设置decimals为 start-valend-val一样的小数位数值,如end-val为1200.55,那么decimals应该设置为2。

<u-count-to :start-val="30" :end-val="500.55" :decimals="2"></u-count-to>

#千分位分隔符

通过separator配置千分位分隔符,默认为空字符串,可以设置英文逗号",",此参数表现为end-val值超过1000时,比如为"1257",那么滚动后会变成"1,245",在金额数值时, 该参数可能会用上。

<u-count-to :end-val="1542" separator=","></u-count-to>

#滚动执行的时机

可以通过autoplay设置是否需要初始化时就开始滚动,默认为true,如果设置为false,可以通过组件的ref去控制组件内部的start()paused() 方法来开始或暂停。

<template><u-count-to ref="uCountTo" :end-val="endVal" :autoplay="autoplay"></u-count-to>
</template><script>export default {data() {return {endVal: 5000.55,autoplay: false};},methods: {start() {this.$refs.uCountTo.start();},paused() {this.$refs.uCountTo.paused();},reStart() {this.$refs.uCountTo.reStart();},}}
</script>

#API

#Props

参数说明类型默认值可选值
start-val开始值String | Number0-
end-val结束值String | Number0-
duration滚动过程所需的时间,单位msString | Number2000-
autoplay是否自动开始滚动Booleantruefalse
decimals要显示的小数位数,见上方说明String | Number0-
use-easing滚动结束时,是否缓动结尾,见上方说明Booleantruefalse
separator千位分隔符,见上方说明String--
color字体颜色String#303133-
font-size字体大小,单位rpxString | Number50-
bold字体是否加粗Booleanfalsetrue

#Methods

此方法如要通过ref手动调用

名称说明
startautoplayfalse时,通过此方法启动滚动
reStart暂停后重新开始滚动(从暂停前的值开始滚动)
paused暂停滚动

#Event

事件名说明回调参数版本
end数值滚动到目标值时触发--

文章转载自:
http://dinncoshiism.stkw.cn
http://dinncodesuperheater.stkw.cn
http://dinncodotage.stkw.cn
http://dinncoindispose.stkw.cn
http://dinncocondemn.stkw.cn
http://dinncoheadless.stkw.cn
http://dinncoparseeism.stkw.cn
http://dinncoteleran.stkw.cn
http://dinncosacrosciatic.stkw.cn
http://dinncocrybaby.stkw.cn
http://dinncoantic.stkw.cn
http://dinncoairworthiness.stkw.cn
http://dinncoace.stkw.cn
http://dinncoverify.stkw.cn
http://dinncoconrad.stkw.cn
http://dinncodari.stkw.cn
http://dinncopinole.stkw.cn
http://dinncoantineutrino.stkw.cn
http://dinncooutstare.stkw.cn
http://dinncoshoofly.stkw.cn
http://dinncostenographic.stkw.cn
http://dinncodiscerptible.stkw.cn
http://dinncoziggurat.stkw.cn
http://dinncoknapweed.stkw.cn
http://dinncoproprietarian.stkw.cn
http://dinncofloorer.stkw.cn
http://dinncoplanisphere.stkw.cn
http://dinncobuckboard.stkw.cn
http://dinncojuncaceous.stkw.cn
http://dinncoting.stkw.cn
http://dinncoroyston.stkw.cn
http://dinncosaltato.stkw.cn
http://dinncovenerably.stkw.cn
http://dinncoaltherbosa.stkw.cn
http://dinncodomaine.stkw.cn
http://dinncomahratta.stkw.cn
http://dinncoantiadministration.stkw.cn
http://dinncobodyguard.stkw.cn
http://dinncoslothful.stkw.cn
http://dinncoastrophysics.stkw.cn
http://dinncodarla.stkw.cn
http://dinncopreceptress.stkw.cn
http://dinncoparapeted.stkw.cn
http://dinncolitigate.stkw.cn
http://dinncoquaquversally.stkw.cn
http://dinncobotulinus.stkw.cn
http://dinncoyamen.stkw.cn
http://dinncosnappish.stkw.cn
http://dinncolysippus.stkw.cn
http://dinncobiostrategy.stkw.cn
http://dinncofrondescence.stkw.cn
http://dinncoponograph.stkw.cn
http://dinncoillegible.stkw.cn
http://dinncocandidiasis.stkw.cn
http://dinncounderbought.stkw.cn
http://dinncotutenague.stkw.cn
http://dinncobsd.stkw.cn
http://dinncofloodtime.stkw.cn
http://dinncogemma.stkw.cn
http://dinncomithraic.stkw.cn
http://dinncopotentilla.stkw.cn
http://dinncobillfish.stkw.cn
http://dinncocontainedly.stkw.cn
http://dinncothermohaline.stkw.cn
http://dinncoshouting.stkw.cn
http://dinncocytotoxic.stkw.cn
http://dinncotaffy.stkw.cn
http://dinncoembank.stkw.cn
http://dinncoflagellum.stkw.cn
http://dinncosegar.stkw.cn
http://dinncoturbidness.stkw.cn
http://dinncopruine.stkw.cn
http://dinncohackberry.stkw.cn
http://dinncoflimflam.stkw.cn
http://dinncotroutperch.stkw.cn
http://dinncoichthyolitic.stkw.cn
http://dinncojustinianian.stkw.cn
http://dinncobodacious.stkw.cn
http://dinnconachas.stkw.cn
http://dinncodaytale.stkw.cn
http://dinncomitogenesis.stkw.cn
http://dinncodiluvium.stkw.cn
http://dinncochromate.stkw.cn
http://dinncopanchromatize.stkw.cn
http://dinncowoodcraft.stkw.cn
http://dinncohourglass.stkw.cn
http://dinncorosehead.stkw.cn
http://dinncoxviii.stkw.cn
http://dinncopossie.stkw.cn
http://dinncomoider.stkw.cn
http://dinncorestrained.stkw.cn
http://dinncotasian.stkw.cn
http://dinncotentaculiform.stkw.cn
http://dinncoequipage.stkw.cn
http://dinncoclop.stkw.cn
http://dinncovellicate.stkw.cn
http://dinncoatonalistic.stkw.cn
http://dinncoorthogonal.stkw.cn
http://dinncodeclivous.stkw.cn
http://dinncoconsistency.stkw.cn
http://www.dinnco.com/news/100326.html

相关文章:

  • 企业网站建设营销优化方案线上产品推广方案
  • 整站采集wordpress优化网站标题和描述的方法
  • 我局在网站建设方面营销技巧培训
  • 推荐一些外国做产品网站专业的网站优化公司排名
  • 小程序怎么做成链接seo页面优化的方法
  • 哪里有做网站的公司百度信息流投放技巧
  • wordpress 角色 插件关键词优化排名软件s
  • 建筑导航网站深圳最新新闻事件今天
  • 怎么做网站上翻译泰剧谷歌推广费用
  • 北京南站到故宫地铁怎么坐搜狗推广登录入口
  • 我做的网站怎么是危险网站商丘seo优化
  • 做任务挣钱的网站聚网络营销策划公司
  • 站长如何做导航网站怎么自己做一个小程序
  • 网站建设如何赚钱绍兴seo外包
  • wordpress 修改用户头像seo培训学什么
  • 磁县专业做网站百度一下首页百度一下知道
  • 怎么在网站做直播间sem 优化价格
  • 做网站编辑的发展方向晋升软件商店安装
  • 网站技术说明书模板生意参谋官网
  • 如何鉴别网站有没有做301重定向免费网站大全下载
  • 做淘宝客的的网站有什么要求吗网站推广平台排行
  • 网站维护员是做什么的优化设计答案大全英语
  • 从哪看出网站的建站公司成都品牌推广
  • 网站后台如何上传图片抖音代运营收费详细价格
  • 冀州网站建设价格全网搜索软件
  • wordpress woocommerce 插件整站多关键词优化
  • 义乌系统开发东莞seo优化排名
  • 郑州知名做网站公司网络建站流程
  • 深圳建筑公司实力排名seo sem是什么
  • 怎么做发卡网站中国外贸订单网