-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug - When closing effect is disabled the modal state does not transition to Closed
#10
Comments
To transition to the closing status the current code requires the state to transition to
These animations just have the transition animation set to If this is acceptable I will open a PR. As you can see I also updated the Example code and will have a PR for that soon too. Elm.modal.mp4 |
Configuring this is as simple as specifying
|
It's great, nice job Andy! I agree, open PR please. As I'm now looking at to the README, there are missing any descriptions of I think it could be useful to have some kind of information for that. But it can be done at the end... |
…b.com/anotherhale/elm-modal into iodevs#10---Fix-Bug-Without-Animation
…b.com/anotherhale/elm-modal into anotherhale-iodevs#10---Fix-Bug-Without-Animation
Bug - If
Modal.setClosingEffect WithoutAnimate
is configured the state remains inClosing
status (does not transition toClosed
)The text was updated successfully, but these errors were encountered: