quanshousio/ToastUI

Is there any way to custom the animation duration?

Closed this issue · 2 comments

Pre-requisites:

  • Yes, I looked through both open and closed issues looking for what I needed
  • No, I did not find what I was looking for

Feature Suggestion

Is there any way to specify the animation duration? It seems that current duration is 0.4 and cannot be modified by caller.

Possible Implementation

Context

Unfortunately, no. ToastUI uses UIModalTransitionStyle.crossDissolve, so everything related to transition is internally handled by UIKit. I don't have any plans to add custom transition yet. Thanks for the suggestion.

Got it. Thanks for reply.