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
- Ionic modal
- 모달
- flex-1
- 스크롤 이벤트 감지
- scroll
- 앵귤러 모달
- Router
- angular animation
- prisma
- TAILWIND
- angular button
- ApexChart
- modal
- angular modal
- formgroup
- ajax 사용 예시
- 아이오닉 스크롤 이벤트
- Oracle LISTAGG 사용 예시
- angular route
- 셀렉트박스 커스텀
- summary
- 앵귤러 애니메이션
- Angular Router
- mysql if
- 스크롤 이벤트
- 옵저버블
- route
- 검색
- egov spring ajax 사용 예시
- 호버
Archives
- Today
- Total
목록구름 둥둥 (1)
깜놀하는 해므찌로
Angular floating animation example / 앵귤러 구름 둥둥 애니메이션 앵귤러 애니메이션 파라미터 / angular animation parameter param
export const bounce = [ trigger('bounce', [ state('true', style({ transform: 'translateY(0px)' })), state('false', style({ transform: 'translateY(-20px)' })), transition('* *', [animate('{{ duration }}ms')], { params: { duration: '2000' }, }), ]), ]; 1. trasition : * * 무한 반복을 위해 사용합니다. 어떤 상태값으로 이동하던 발동되도록 설정 2. duration 파라미터를 사용하며 기본 값 2000ms 설정 import { bounce } from '../../animations/scroll-an..
IT
2023. 7. 24. 13:31