animated_overflow
一個簡單的 widget,用於水平或垂直方向上溢出內容的漸隱動畫。
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