위토즈 - 개발자프로그램판매공간

정보공유

[퍼블리싱] 박스 테두리를 따라서 흐르는 효과

 

9734a7c78cd9f78126c0990be6d6ad3a_1549631307_5374.gif
 

 

 

<style>

.square{position:relative;padding:10px;background:#000;color:#fff;text-align:center}

.square i{position:absolute;text-indent:-9999px;background:rgba(255,255,255,.7)}

.square i.line1{width:2px;height:100%;bottom:0;left:0;animation:line1 5s infinite;-webkit-animation:line1 5s infinite;-moz-animation:line1 5s infinite}

.square i.line2{width:100%;height:2px;top:0;left:0;animation:line2 5s infinite;-webkit-animation:line2 5s infinite;-moz-animation:line2 5s infinite}

.square i.line3{width:2px;height:100%;top:0;right:0;animation:line3 5s infinite;-webkit-animation:line3 5s infinite;-moz-animation:line3 5s infinite}

.square i.line4{width:100%;height:2px;bottom:0;right:0;animation:line4 5s infinite;-webkit-animation:line4 5s infinite;-moz-animation:line4 5s infinite}

 

@keyframes line1 {

0% { height:0; }

25%, 100% { height:100%; }

}

@-webkit-keyframes line1 {

0% { height:0; }

25%, 100% { height:100%; }

}

@-moz-keyframes line1 {

0% { height:0; }

25%, 100% { height:100%; }

}

@keyframes line2 {

0%, 25% { width:0; }

50%, 100% { width:100%; }

}

@-webkit-keyframes line2 {

0%, 25% { width:0; }

50%, 100% { width:100%; }

}

@-moz-keyframes line2 {

0%, 25% { width:0; }

50%, 100% { width:100%; }

}

@keyframes line3 {

0%, 50% { height:0; }

75%, 100% { height:100%; }

}

@-webkit-keyframes line3 {

0%, 50% { height:0; }

75%, 100% { height:100%; }

}

@-moz-keyframes line3 {

0%, 50% { height:0; }

75%, 100% { height:100%; }

}

@keyframes line4 {

0%, 75% { width:0; }

100% { width:100%; }

}

@-webkit-keyframes line4 {

0%, 75% { width:0; }

100% { width:100%; }

}

@-moz-keyframes line4 {

0%, 75% { width:0; }

100% { width:100%; }

}

</style>

 

<a href="#none" class="square">

    BUTTON

    <i class="line1">1</i>

    <i class="line2">2</i>

    <i class="line3">3</i>

    <i class="line4">4</i>

</a>

 

정보공유
Total 444건 9 페이지
번호 제목 글쓴이 날짜 조회
열람중 박스 테두리를 따라서 흐르는 효과 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-08 23929
323 그누보드 및 영카트 사이트 이전 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-26 41282
322 복잡한 rowspan 처리 쉽게 처리하는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-22 24838
321 한사이트에 2개이상의 도메인을 사용할경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-10 22944
320 이미지 중앙 가운데 정렬 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-20 35295
319 네이버 로그인 API 키 받기 (WEB 서비스 예제) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-17 37309
318 엑셀파일에서 문자를 복사한뒤 붙여넣기 할경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-06 26999
317 페이팔 api 결제가 안될경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-26 25936
316 유튜브 동영상 반응형 처리 (리사이징) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-20 26232
315 ISO 8859-1 Characters as Named and Numeric HTML Entities 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-19 32744
314 구글맵 Google 지도를 제대로 로드할 수 없습니다. 메시지 뜰경우 (방법2) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-18 48917
313 구글맵 Google 지도를 제대로 로드할 수 없습니다. 메시지 뜰경우 (방법1) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-18 40688
312 카테고리 분류관리에서 하위분류 아이콘이 안나올경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-17 25703
311 원하는 날짜에 해당하는 주간날짜 구하기. (월~일) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-06 29106
310 반응형 테이블 만들기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-01 27159