ertgrulll / advstory

An advanced, complete story viewer for Flutter. Has support for images, videos, custom widget contents, gestures, interceptors, listeners, manipulators and much more.
https://advstory.sourcekod.com
MIT License
41 stars 33 forks source link

Help wanted #18

Closed aliaktas-tr closed 2 years ago

aliaktas-tr commented 2 years ago

Hello Ertugrul. Is there any way to disable page bouncing when tapped to AdvStoryTray?

ertgrulll commented 2 years ago

Hello, if you mean opening animation which is a slide transition there is no way to change that using AdvStory constructor. You can use AdvStory.player to customize animation, this constructor allows story view without tray list, so you need to create a tray list. Look at example project to see basic usage.

aliaktas-tr commented 2 years ago

Thank you.

ertgrulll commented 2 years ago

You are welcome, if you have any issue or feature request please file a new issue. Happy codings!