show_up_animation 0.0.1 copy "show_up_animation: ^0.0.1" to clipboard
show_up_animation: ^0.0.1 copied to clipboard

outdated

A flutter package to simplify implementation of "show up" animation in flutter

show_up_animation Build Status #

A flutter package to simplify implementation of "show up" animation in flutter

Getting Started #

Install dependencies

dependencies:
  show_up_animation: ^0.0.1

Then import wherever you want to implement the animation

import 'package:show_up_animation/show_up_animation.dart';

Wrap any widget you want to animate inside ShowUpAnimation widget and provide a Duration() to delayStart field to control after how much delay the animation fires.

Properties #

You can customize how to do you want to animate your child using the parameters described below.

Property Function
child The widget on which to apply the given ShowUpAnimation
offset The offset by which to slide and [child] into view from [Direction]. Use negative value to reverse animation [direction]. Defaults to 0.2
curve The curve used to animate the [child] into view. Defaults to [Curves.easeIn]
direction horizontal or vertical
delayStart The delay with which to animate the [child]. Takes in a [Duration] and defaults to 0 seconds
animationDuration The total duration in which the animation completes. Defaults to 800 milliseconds

Examples #

videotogif_2020 04 21_19 44 01

159
likes
20
pub points
96%
popularity

Publisher

verified publisherthecodepapaya.dev

A flutter package to simplify implementation of "show up" animation in flutter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on show_up_animation