OpenCodeDev / OpenCodeDev.Blazor.Foundation

Unofficial Implementation of Zurb's Foundation 6 as Blazor, C# Package including extra features.
MIT License
5 stars 0 forks source link

Motion UI Await Skipped #99

Open hshimshon opened 1 year ago

hshimshon commented 1 year ago

When spamming MotionUI for exemple whenever using Toast Notification system... some of the toast await motion ui yet never receive back? possible problem coming from JS Runtime? if await too long it may skip?

I will try to use a callback to JS=>C# whenever motion ui ends so it can notify the proper object.