Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 앵귤러 애니메이션
- flex-1
- formgroup
- Ionic modal
- ApexChart
- 아이오닉 스크롤 이벤트
- angular route
- 검색
- egov spring ajax 사용 예시
- 스크롤 이벤트
- prisma
- 옵저버블
- Oracle LISTAGG 사용 예시
- Router
- ajax 사용 예시
- route
- 스크롤 이벤트 감지
- scroll
- mysql if
- 앵귤러 모달
- modal
- angular button
- angular modal
- 모달
- TAILWIND
- Angular Router
- angular animation
- summary
- 호버
- 셀렉트박스 커스텀
Archives
- Today
- Total
목록Angular tailwind floating animation (1)
깜놀하는 해므찌로
Angular tailwind floating animation / cloud animation 앵귤러 구름 둥둥 애니메이션 예시
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); // 이동 거리를 조정하여 원하는 속도로 설정 } } .animate-bounce { animation: bounce 5s infinite; // 애니메이션 지속 시간을 조정하여 원하는 속도로 설정 } 1. tailwind 에서 제공하는 animate-bounce 효과를 커스텀하여 구름 효과로 만드는 예시 (css, scss) 2. 템플릿 예시
IT
2023. 7. 26. 18:53