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
feat(dimmer): support individual show/hide transition
This PR offers the same possibility to provide individual transform methods for show and hide animations as we have for toast
So in addition to transition:'fade' (which still works so stays backward compatible), you can now use the same as in toast
transition: {
showMethod: 'fade',
hideMethod: 'zoom'
}
0 commit comments