91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

微信小程序如何實現彈框效果

發布時間:2020-07-21 16:20:24 來源:億速云 閱讀:229 作者:小豬 欄目:web開發

這篇文章主要為大家展示了微信小程序如何實現彈框效果,內容簡而易懂,希望大家可以學習一下,學習完之后肯定會有收獲的,下面讓小編帶大家一起來看看吧。

先上代碼

wxml部分:

<view class='top' bindtap='powerDrawer' data-statu="open" data-num='300'>
 <text>向上彈起</text>
</view>

<view class='top' bindtap='powerDrawer' data-statu="open" data-num='-300'>
 <text>向下彈出</text>
</view>



<!--遮罩部分-->
<view class="drawer_screen" wx:if="{{showModalStatus}}" bindtap="powerDrawer" data-statu="close"></view> 
<!--彈出層內容-->
<!--使用animation屬性指定需要執行的動畫-->
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}"> 
 <view class='modalBox'>
 <view class='modalQues'>是否退出?</view>
 <view class='modalConf'>是否確定退出</view>
 <view class='hidePick'>
  <text bindtap="powerDrawer" data-statu="close" class='hideModal' >確定</text>
  <text bindtap="powerDrawer" data-statu="close" class='hideModal' >取消</text>
 </view>
 </view>
</view>

wxss部分:

.top {
 margin: 0 auto;
 margin-top: 50rpx;
 background: #1da0ee;
 color: #fff;
 width: 50vw;
 text-align: center
}

.drawer_screen { 
 width: 100%; 
 height: 100%; 
 position: fixed; 
 top: 0; 
 left: 0; 
 z-index: 1000; 
 background: #000; 
 opacity: 0.5; 
 overflow: hidden; 
} 
 
/*content*/
.drawer_box { 
 width:600rpx;
 height:300rpx;
 overflow:hidden;
 position:fixed;
 top:50%;
 left:50%;
 z-index:1001;
 background:#FAFAFA;
 margin-top:-150rpx;
 border-radius:3px;
 margin-left:-300rpx;
} 

.modalBox {
 padding: 60rpx;
 font-size: 30rpx;
}


.modalConf {
 font-size: 24rpx;
 color: #999;
 margin-top: 20rpx; 
}

.hidePick {
 text-align: right;
 margin-top: 50rpx;
}

.hideModal {
 color: #1da0ee;
 margin-left: 130rpx;
}

js部分:

Page({
 data: {

 },
 // 自定義彈框
 powerDrawer: function (e) {
 console.log(e) //打印出當前對象
 var currentStatu = e.currentTarget.dataset.statu; //獲取statu屬性值
 var currentNum = e.currentTarget.dataset.num;//獲取num屬性值
 currentNum = parseInt(currentNum , 10) //注意,這一步是將字符串轉換為數字
 this.util(currentStatu,currentNum) //將參數引入util方法
 },
 util: function (currentStatu,currentNum) {
 /* 動畫部分 */
 // 第1步:創建動畫實例 
 var animation = wx.createAnimation({
  duration: 200, //動畫時長 
  timingFunction: "linear", //線性 
  delay: 0 //0則不延遲 
 });

 // 第2步:這個動畫實例賦給當前的動畫實例 
 this.animation = animation;
 console.log(currentNum)
 // 第3步:執行第一組動畫 
 animation.opacity(0).translateY(currentNum).step();

 // 第4步:導出動畫對象賦給數據對象儲存 
 this.setData({
  animationData: animation.export()
 })

 // 第5步:設置定時器到指定時候后,執行第二組動畫 
 setTimeout(function () {
  // 執行第二組動畫 
  animation.opacity(1).translateY(0).step();
  // 給數據對象儲存的第一組動畫,更替為執行完第二組動畫的動畫對象 
  this.setData({
  animationData: animation
  })

  //關閉 
  if (currentStatu == "close") {
  this.setData(
   {
   showModalStatus: false
   }
  );
  }
 }.bind(this), 200)

 // 顯示 
 if (currentStatu == "open") {
  this.setData(
  {
   showModalStatus: true
  }
  );
 }
 },
})

這只是很簡單的一個彈框,類似的左右彈出只需要將translateY改為translateX就行了。 但是這段代碼有一個問題就是當你點擊關閉的時候,currentNum是不存在的,同時關閉彈框時currentNum我們不可以賦值 , 所以需要利用小程序的緩存APi來完善這個動效。

以上就是關于微信小程序如何實現彈框效果的內容,如果你們有學習到知識或者技能,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

抚远县| 广水市| 潞城市| 四会市| 景泰县| 新绛县| 九江市| 怀化市| 烟台市| 定远县| 大港区| 湟源县| 西华县| 宁波市| 清镇市| 怀来县| 桂阳县| 安平县| 许昌县| 平罗县| 宣城市| 鲁山县| 景宁| 灵宝市| 资讯| 长葛市| 云南省| 博客| 阿尔山市| 昌邑市| 郓城县| 禹城市| 临沭县| 乌拉特中旗| 丰原市| 昌江| 安龙县| 武胜县| 西华县| 乌兰察布市| 军事|