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 |
Tags
- map
- function
- 크롤러
- Class
- 클래스
- set
- python
- textstyle
- DART
- pushnamed
- import
- crawler
- 함수
- Android
- package
- 콜렉션
- 코틀린
- variable
- ML
- List
- 파이썬
- texttheme
- text
- 다트
- Collection
- animation
- kotlin
- Flutter
- 웹크롤러
- 플러터
Archives
- Today
- Total
목록transition (2)
조용한 담장

The motion system https://material.io/design/motion/the-motion-system.html Material Design Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences. material.io Material Design 의 motion system 은 app 의 navigation 동작을 사용자들이 이해하기 쉽도록 도와주는 몇개의 transition pattern 의 정의를 모아놓은 것이다. transition patter..
Flutter
2020. 5. 22. 16:21

AnimatedSwitcher Flutter Sample flutter.dev 의 예제 코드 실행 화면 ScaleTransition 각각의 widget 이 다른 key 값을 가져야 새로운 widget으로 인식하고 animation 동작이 일어난다. FadeTransition transition 을 FadeTransition 으로 사용해 보았다. Reference https://api.flutter.dev/flutter/widgets/AnimatedSwitcher-class.html
Flutter
2019. 7. 31. 18:18