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
collapsed() - An optional expression called after the element finished collapsing.
collapsing() - An optional expression called before the element begins collapsing.
If the expression returns a promise, animation won't start until the promise resolves.
If the returned promise is rejected, collapsing will be cancelled.
expanded() - An optional expression called after the element finished expanding.
expanding() - An optional expression called before the element begins expanding.
If the expression returns a promise, animation won't start until the promise resolves.
If the returned promise is rejected, expanding will be cancelled.
The text was updated successfully, but these errors were encountered:
collapsed()
- An optional expression called after the element finished collapsing.collapsing()
- An optional expression called before the element begins collapsing.If the expression returns a promise, animation won't start until the promise resolves.
If the returned promise is rejected, collapsing will be cancelled.
expanded()
- An optional expression called after the element finished expanding.expanding()
- An optional expression called before the element begins expanding.If the expression returns a promise, animation won't start until the promise resolves.
If the returned promise is rejected, expanding will be cancelled.
The text was updated successfully, but these errors were encountered: