css3 下邊框緩緩劃過 css3動畫劃過有乙個框

2021-10-13 08:37:32 字數 1638 閱讀 3248

css3動畫:開始給加了個透明度opacity:0.9,給figure最外面容器加和顏色相近的背景色,比如這個加的是黑色,給div最開始加個旋轉0度,劃過360度,文字剛開始透明度0,劃過透明度1

**title

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,figure,figcaption

body

figure{

float: left;

width: 33%;

overflow: hidden;

position: relative;

background: #2f0000;

figure img{

height: 400px;

opacity: 0.9;

transition: all 0.35s;

figcaption{

position: absolute;

left: 0;

top: 0;

width: 100%;

height: 100%;

figcaption h3{

color: #ffffff;

margin: 10% 0 0 12%;

transition: all 1s;

transform: translate(0,50px);

opacity: 0;

figcaption p{

background:#ffffff;

color: #000000;

margin:15px;

font-size: 13px;

text-align: center;

width: 130px;

height: 20px;

line-height: 20px;

transition: all 1s;

margin: 2% 0 0 12%;

transform: translate(0,50px);

opacity: 0;

figcaption div{

border: 1px solid #cccccc;

width: 80%;

height: 80%;

position: absolute;

top: 10%;

left: 10%;

transform: translate(0,-400px) rotate(0deg);

transition: all 1s;

figure:hover figcaption h3{

transform: translate(0,0);

opacity: 1;

figure:hover figcaption p{

transform: translate(0,0);

opacity: 1;

figure:hover figcaption div{

transform: translate(0,0) rotate(360deg);

figure:hover img{

opacity: 0.6;

文字文字文字文字

文字文字文字文字

css3 下邊框緩緩劃過 CSS3 邊框

css3 邊框 用 css3,你可以建立圓角邊框,新增陰影框,並作為邊界的形象而不使用設計程式,如 photoshop。在本章中,您將了解以下的邊框屬性 border radius box shadow border image css3 圓角 在 css2 中新增圓角棘手。我們不得不在每個角落使用...

css 科技 邊框 CSS3 邊框

css3 邊框 css3 邊框 通過 css3,您能夠建立圓角邊框,向矩形新增陰影,使用來繪製邊框 並且不需使用設計軟體,比如 photoshop。在本章中,您將學到以下邊框屬性 border radius box shadow border image 瀏覽器支援 internet explore...

css 科技 邊框 CSS3 邊框

css3 邊框 css3 邊框 通過 css3,您能夠建立圓角邊框,向矩形新增陰影,使用來繪製邊框 並且不需使用設計軟體,比如 photoshop。在本章中,您將學到以下邊框屬性 border radius box shadow border image 瀏覽器支援 internet explore...