clean-code-dev / animated_splash_screen

The easiest way to create your animated splash screen in a fully customizable way.
MIT License
112 stars 25 forks source link

Slide Transition Direction #35

Open Technorocker opened 2 years ago

Technorocker commented 2 years ago

Not sure If I' missed a doc but I cant seem to find out if or how to change the direction the splash transition direction works. In 2 of the examples the icon is coming on from different sides but the code for slideTransition are the same value.

Can someone tell me how to do this please

ozankelkit commented 1 year ago
customTween: Tween<Offset>(
      end: Offset.zero,
      begin: Offset(-1, 0),
    ),