国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 熱點 > 微信 > 正文

微信小程序實現點擊效果

2024-07-22 01:18:09
字體:
來源:轉載
供稿:網友

微信小程序動畫之點擊效果的具體代碼,供大家參考,具體內容如下


代碼:

js:

// pages/test/test.jsPage({ containerTap: function (res) {  var that = this  var x = res.touches[0].pageX;  var y = res.touches[0].pageY + 85;  this.setData({   rippleStyle: ''  });  setTimeout(function () {   that.setData({    rippleStyle: 'top:' + y + 'px;left:' + x + 'px;-webkit-animation: ripple 0.4s linear;animation:ripple 0.4s linear;'   });  }, 200) },})

wxml:

<view class="ripple" style="{{rippleStyle}}"></view><view class="container" bindtouchstart="containerTap"></view>

wxss:

page{height:100%}.container{  width:100%;  height:100%;  overflow: hidden}.ripple {  background-color:aquamarine;  border-radius: 100%;  height:10px;  width:10px;  margin-top: -90px;  position: absolute;    overflow: hidden}@-webkit-keyframes ripple {  100% {  webkit-transform: scale(12);  transform: scale(12);  background-color: transparent;  }}

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持錯新站長站。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 隆安县| 凤凰县| 武安市| 沙湾县| 邯郸市| 仁化县| 陇西县| 靖宇县| 绥阳县| 贡嘎县| 澜沧| 互助| 吐鲁番市| 盖州市| 太仆寺旗| 滦平县| 玉门市| 大竹县| 湖南省| 滨海县| 巍山| 灵丘县| 临武县| 五峰| 盐源县| 泽普县| 宁海县| 苍梧县| 莒南县| 蚌埠市| 清丰县| 涪陵区| 钟山县| 舒城县| 交口县| 天柱县| 孟连| 大足县| 新邵县| 德庆县| 白水县|