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

Animation library Flutter 의 animation system 을 구현한 animation library 을 살펴보자. import package:flutter/animation.dart flutter 는 animation 을 값의 변화와 시간을 통해 표현한다. Flutter represents an animation as a value that changes over a given duration, and that value may be of any type. animation 의 시작의 값이 0 이라면 끝나는 값이 100 이라는 수의 값으로 표현한다. 이 변화되는 값은 다양한 속성에 적용되어 그 변화에 따른 animation 을 만들어 낸다. 예를들어 opacity(불투명도) 값을 ..
Flutter
2020. 2. 7. 18:04