is there a way to specify no animation? I would like to be able to have no animation (so it just appears) for showing the modal, and slide out for hiding the modal
Hey @stonepreston, that's a totally legit question.
I'm thinking about the best way to implement such a feature and there are two options at the moment that may fit:
0 (less declarative, more concise) - right now setting it to 0 will just trigger the default timing In the meanwhile you can set the timing to 1 and it will make the animation disappear (unless your eyes can catch the 1 ms animation :)).
alright I am going to implement an animated modal in a bit, Ill let you know how it goes
@stonepreston I'm closing this, let me know if it worked for you :)
@mmazzarolo my eyes very very perfect :))
thanks u <3
Most helpful comment
Hey @stonepreston, that's a totally legit question.
I'm thinking about the best way to implement such a feature and there are two options at the moment that may fit:
0(less declarative, more concise) - right now setting it to0will just trigger the default timingIn the meanwhile you can set the timing to
1and it will make the animation disappear (unless your eyes can catch the 1 ms animation :)).