国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

javascript - 這個描邊動畫效果是怎么實現的呢?

瀏覽:93日期:2022-11-10 18:53:30

問題描述

javascript - 這個描邊動畫效果是怎么實現的呢?

鼠標懸停在上面就會出現這個類似描邊效果,純css可以實現嗎?想實現一樣的效果具體怎么弄呢?

問題解答

回答1:

開始我想嘗試用偽類來實現,但z-index好像沒辦法處理,所以就這樣模擬了。demo

<style type='text/css'>.btn{ position: relative; height: 45px; width: 200px; background: #fff; color: #6cf; text-align: center; line-height: 45px; -webkit-box-sizing:border-box; box-sizing:border-box; margin: 0 auto; border: 1px solid #ccc;}.b-l{ position: absolute; content: ''; display: block; width: 0px; height: 1px; left: -1px; top: -2px; background: #6cf; z-index: -1; -webkit-transition:width 1s linear 2s,height 0.5s linear 1.5s; transition:width 1s linear 2s,height 0.5s linear 1.5s;}.b-r{ position: absolute; content: ''; display: block; width: 0px; height: 1px; right: -1px; bottom: -2px; background: #6cf; z-index: -1; -webkit-transition:width 1s linear 0.5s,height 0.5s linear; transition:width 1s linear 0.5s,height 0.5s linear;}.btn:hover .b-l{ -webkit-transition:width 1s linear,height 0.5s linear 1s; transition:width 1s linear,height 0.5s linear 1s; width: 201px; height: 46px;}.btn:hover .b-r{ -webkit-transition:width 1s linear 1.5s,height 0.5s linear 2.5s; transition:width 1s linear 1.5s,height 0.5s linear 2.5s; width: 201px; height: 46px;}</style><body><p class='btn'> <p class='b-l'></p> <p class='b-r'></p> btn</p></body>回答2:

可以實現 主要依靠animation-delay屬性,可以自行搜索下

回答3:

是SVG吧。

標簽: JavaScript
相關文章:
主站蜘蛛池模板: 北宁市| 忻州市| 阿瓦提县| 始兴县| 和平县| 长丰县| 禹城市| 铜陵市| 库伦旗| 无为县| 镇赉县| 二连浩特市| 屯留县| 晴隆县| 黑龙江省| 临西县| 赤峰市| 门源| 东至县| 黄山市| 盐池县| 宣武区| 广东省| 盘山县| 盐边县| 徐水县| 麻江县| 容城县| 佛学| 罗田县| 湖北省| 涿鹿县| 巴林左旗| 汽车| 镇赉县| 天祝| 仙居县| 青河县| 合作市| 车险| 东乡族自治县|