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

溫馨提示×

溫馨提示×

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

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

Vue實現PC端靠邊懸浮球的方法

發布時間:2020-07-28 13:43:22 來源:億速云 閱讀:896 作者:小豬 欄目:web開發

這篇文章主要講解了Vue實現PC端靠邊懸浮球的方法,內容清晰明了,對此有興趣的小伙伴可以學習一下,相信大家閱讀完之后會有幫助。

我想把退出登錄的按鈕做成一個懸浮球的樣子,帶動畫的那種。

實現是這個樣子:

手邊沒有球形圖。隨便找一個,功能這里演示的為單機懸浮球注銷登錄

Vue實現PC端靠邊懸浮球的方法

Vue實現PC端靠邊懸浮球的方法

嗯,具體代碼:

<div
       :class="['meun-switch animated flex-row',uploadflag &#63; 'active rubberBand off' : 'leave jello']"
       @mouseleave="uploadleave"
       @mouseenter="uploadenter"
       v-if="uploadShow"
       @click.stop="logout"
     >
      <img :src="require('@/assets/1.png')"/>
     </div>

data

 uploadShow: false,
    uploadflag: true,

js方法

uploadenter() {
    this.uploadflag = true;
   },
   uploadleave() {
    this.uploadflag = false;

   },
   uploadanimated() {
    setTimeout(() => {
     this.uploadShow = true;
     setTimeout(() => {
      this.uploadleave();
     }, 1000);
    }, 1000);
   },

css

.off{
  -webkit-animation:1s seconddiv;
  background: transparent;
 }

 @keyframes seconddiv{
  0% {transform: scale(1.4,1.4);}
  10% {transform: scale(1,1);}
  25% {transform: scale(1.2,1.2);}
  50% {transform: scale(1,1);}
  70% {transform: scale(1.2,1.2);}
  100% {transform: scale(1,1);}
 }
 .meun-switch {
  position: fixed;
  top: 90px;
  left: 0px;
  z-index: 2001;
  cursor: pointer;
  width: 150px;
  height: 150px;
  padding: 5px;
  transition: all 0.25s;

  &.leave {
   left: -65px;
  }

  &.active {
   left: 0;
  }

  &:hover {
   transform: scale(1.02);
  }

  img {
   width: 120px;
   height: 120px;
  }
 }

看完上述內容,是不是對Vue實現PC端靠邊懸浮球的方法有進一步的了解,如果還想學習更多內容,歡迎關注億速云行業資訊頻道。

向AI問一下細節

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

AI

文登市| 宾阳县| 怀宁县| 龙口市| 濉溪县| 洪湖市| 安平县| 那坡县| 寻乌县| 湖州市| 丹巴县| 泌阳县| 南昌市| 福海县| 札达县| 黎川县| 疏勒县| 灵石县| 连江县| 武夷山市| 宁津县| 田东县| 德保县| 舟曲县| 清水河县| 普宁市| 湖口县| 兴仁县| 邮箱| 山丹县| 甘洛县| 都兰县| 渝北区| 宁阳县| 繁昌县| 和平区| 巴青县| 济源市| 忻州市| 常宁市| 牟定县|