AlexGladkov / Odyssey

Odyssey it's a declarative multiplatform navigation library for Multiplatform Compose

Home Page:https://youtube.com/c/MobileDeveloper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alert dialog animation

za4em opened this issue · comments

commented

Alert dialogs have animation of bottom sheets. They show and hide with y-offset instead of regular fade animation.

It would be nice to get a ModalDialogState when using CustomModalConfiguration. That way you can customize modal animation.

commented

Added animationType param to AlertConfiguration. Supports Fade and Present
Added in 1.4