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

정보공유

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

 

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 465건 9 페이지
번호 제목 글쓴이 날짜 조회
345 전체화면 배경이미지 깔기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-07 21314
344 스마트에디터 사진 파일등록시 도메인 주소 제거 하는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-16 16531
343 예약업D형 시간을 하나만 선택하게 하고싶을 경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-06 23406
342 아미나빌더 파트너기능 사용시 SNS공유 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-29 27367
341 자바스크립트 날짜 계산 사파리 safari 브라우저도 가능 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-21 24413
340 쿠폰번호 하이픈 자동입력 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-29 24956
339 국가별 국가코드 와 전화번호 코드 배열 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-16 29177
338 번호 형식 정규식 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-02 24629
337 영카트 옵션선택시 장바구니에 제대로 안들어가는 문제 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 07-16 24141
336 아이피로 국가코드 조회 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 06-19 36299
335 깜빡이는 버튼 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 06-05 28215
334 웨이보 공유 스크립트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-30 36549
333 네이버 개발자 센터에서 지도 OPEN API 지원이 종료 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-23 36399
332 부트스트랩 form control input box 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-17 24544
331 게시물에 등록된 이미지파일 썸네일 생성 하고 워터마크 처리 하기 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-23 28908