일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 백엔드
- CSS
- 프론트엔드
- effect
- 비전공자
- jQuery
- 풀스택
- 자바스크립트
- iOS 개발자
- HTML
- image
- html5
- css3
- javascript
- xcode
- IOS
- php
- 개발자
- 애니메이션
- ipad
- SWIFT
- MAC
- hover
- Animation
- iPhone
- 비전공 개발자
- keyframes
- react
- front-end
- button
- Today
- Total
목록loader (4)
비전공자 개발일기

* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: radial-gradient(#222, #000); } .loader-inner { width: 100px; height: 60px; margin: auto; position: absolute; inset: 0; } .loader-line-wrap { animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; width: 100px; height: 50px; left..

* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #111; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .loader { width: 32px; height: 72px; display: inline-block; position: relative; border: 2px solid #FFF; animation: fill 2s linear infinite alternate; color: #2598EB; border-radius: 0 0 4px 4px; transform: perspective(140px) rotateX(..

* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #151515; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .ghost { animation: float 3s ease-out infinite; } @keyframes float { 50% { transform: translate(0, 20px); } } .shadowFrame { width: 130px; margin-top: 15px; } .shadow { animation: shrink 3s ease-out infinite; transform-origin: ce..

* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #333; } .pac-man { border-radius: 100em 100em 0 0 ; transform-origin: bottom; animation: easing-top .5s infinite; } .pac-man, .pac-man::before { width: 70px; height: calc(70px / 2); background-color: #FED75A; } .pac-man::before { content: "..