假设您宿愿一直吸引访客的留意力,那么请尝试这种脉冲式CTA设计。它经过CSS经常使用提前来创立具备外部发光的重复脉激动画。
然而假设你深化钻研CSS代码,你可以将脉激动画改为你青睐的任何物品。它十分通用,当然,它应该与任何设计完美融合。
此外,假设单击角落中的X图标,您将再次看到完整的动画成果。这会将按钮与窗口一同加载到视图中,因此它甚至可以为第一个页面加载提供很酷的动画。
如今大少数网站都经常使用纯CSS按钮,所以找到你青睐的并不是那么艰巨,并且克隆代码以取得kick-assCTA。
//variables
$light-grey:#434343;$dark-grey:#212121;$blue:#00adee;$margin-bottom:25px;
//bodystyling
html{height:100%;}body{display:flex;justify-content:center;align-items:center;font-family:'SourceSansPro',sans-serif;font-weight:400;background:linear-gradient($light-grey,$dark-grey);height:100%;margin:0;background-repeat:no-repeat;background-attachment:fixed;}
body*{box-sizing:border-box;}section{display:flex;flex:0500px;}.wrapper{position:relative;display:flex;flex-flow:column;flex:1;padding:40px;margin:15px;border-radius:10px;background:#fff;box-shadow:0px8px20pxrgba(0,0,0,0.1);transition:all0.4slinear;&:hover{box-shadow:0px8px200pxrgba(0,0,0,1);}}
.close{position:absolute;top:-10px;right:-10px;display:flex;align-items:center;justify-content:center;background:#000;color:white;width:30px;height:30px;border-radius:50%;text-decoration:none;transition:all0.4slinear;box-shadow:0px8px20pxrgba(0,0,0,0.3);&:hover{background:$blue;}}
h1{font-size:36px;font-weight:700;margin-bottom:$margin-bottom;line-height:1.2;}h2{font-size:20px;font-weight:700;margin-bottom:$margin-bottom;}p{line-height:1.5;margin-bottom:$margin-bottom;}
button{display:flex;justify-content:center;background:$blue;color:white;border:none;margin-bottom:$margin-bottom;padding:15px;font-weight:700;font-size:14px;border-radius:5px;transition:all0.4slinear;cursor:pointer;&:hover{background:darken($blue,20%);}}
.email-capture{display:flex;button{padding:0px20px;}input{flex:1;padding:00020px;margin:0;border:none;height:40px;background:#eee;border-radius:2px;}}
//animations
$easeOutCust:cubic-bezier(.03,.16,.39,0.99);$easeInQuad:cubic-bezier(0.550,0.085,0.680,0.530);$easeOutBack:cubic-bezier(0.175,0.885,0.320,1.275);
$globalDelay:.8;//justsowecanseewhat'sgoingonevenwhencodepenrefreshesfunny
@keyframesslideIn{from{transform:translateY(400px);}to{transform:translateY(0);}}
@keyframesfadeIn{from{opacity:0;}to{opaticy:1;}}
@keyframesslideDown{from{transform:translateY(-120px);}to{transform:translateY(0);}}
@keyframesslideInShort{from{transform:translateY(80px);}to{transform:translateY(0);}}
@keyframesblink{0%{box-shadow:0025px$blue;}50%{box-shadow:none;}}
section{animation:slideIn.65s$globalDelay+0s$easeOutBackboth,fadeIn0.25s$globalDelay+0s$easeInQuadboth;}
button{animation:slideDown0.7s$globalDelay+.35s$easeOutCustboth,fadeIn.2s$globalDelay+.3s$easeInQuadboth,blink2.0slinearinfinite;}
h1,h2{animation:slideInShort0.25s$globalDelay+.25s$easeOutCustboth,fadeIn0.1s$globalDelay+.2s$easeInQuadboth;}
p,.email-capture,.close{animation:slideInShort0.25s$globalDelay+.3s$easeOutCustboth,fadeIn0.1s$globalDelay+.25s$easeInQuadboth;}
标签: 网站制造、 网站设计、 网站制造、 一个很有动感的弹出框css、 网站树立、 网站设计、 网页UI设计、 HTML5、 网站开发、 厦门网页设计、 厦门网站制造、 厦门网站设计、 网页设计、 CSS3、 网站树立、本文地址: https://yihaiquanyi.com/article/1957ebb56c0d4e99bf94.html
上一篇:网站制作chm网站制作CSS3HTML5创建CSS样式...