clean-code-dev/animated_splash_screen

Slide Transition Direction

Opened this issue · 1 comments

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

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