animated_overflow 1.0.1 copy "animated_overflow: ^1.0.1" to clipboard
animated_overflow: ^1.0.1 copied to clipboard

outdated

A simple widget for animating overflowing content horizontally or vertically with fade.

animated_overflow #

Cosmos Software

Pub License

A simple widget for animating overflowing content horizontally or vertically with fade.

Media | Description | How-to-Use

Media #

Watch on Youtube:

v1.0.0



Description #

This is a simple widget for animating overflowing content horizontally or vertically with fade.

How-to-Use #

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.

  • The [animatedOverflowDirection] and [child] can't be null.
  • The [maxHeight] is only considered if [animatedOverflowDirection] is [AnimatedOverflowDirection.VERTICAL] and it should not be null.
  • The [maxWidth] is only considered if [animatedOverflowDirection] is [AnimatedOverflowDirection.HORIZONTAL] and it should not be null.

Notes #

Any help, suggestion or criticism is appreciated!

Cheers.





24
likes
0
pub points
70%
popularity

Publisher

verified publishercosmossoftware.coffee

A simple widget for animating overflowing content horizontally or vertically with fade.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, simple_animations

More

Packages that depend on animated_overflow