animated_overflow
수평 또는 수직으로 넘치는 콘텐츠를 페이드 효과로 애니메이션화하는 간단한 위젯입니다.
aliyigitbireroglu/flutter-animated-overflow open-source repository details.
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
A simple widget for animating overflowing content horizontally or vertically with fade.
Media | Description | How-to-Use
Watch on Youtube:
v1.0.0
https://www.cosmossoftware.coffee/Common/Portfolio/GIFs/FlutterAnimatedOverflow.gif
This is a simple widget for animating overflowing content horizontally or vertically with fade.
Simply create an AnimatedOverflow as shown in the example:
AnimatedOverflow({
Key key,
animatedOverflowDirection,
child,
maxHeight,
maxWidth,
padding : 0.0,
speed : 50})
Further Explanations:
For a complete set of descriptions for all parameters and methods, see the documentation.
Any help, suggestion or criticism is appreciated!
Cheers.
https://www.cosmossoftware.coffee/Common/Images/CosmosSoftwareIconTransparent.png