You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great that works!. How about adding an optional parameter on the toast.show to add any optional classes/IDs?
eg.
var classes = {
openID: "myID",
openClass: "animated fadeInLeft",
closeClass : "animated fadeOutRight"
}
ionicToast.show('This is a toast at the top.', 'top', true, 2500, classes);
Any way of adding animations to the toast appearing/disappearing (like Android)?
Maybe add some classes for it to work with animate.css
The text was updated successfully, but these errors were encountered: