grow
grow(
el):Promise<void>
Defined in: transitions.ts:33
Do a grow transition for the given element. This is meant to be used as a
handler for the create property.
Parameters
Section titled “Parameters”HTMLElement
The element to transition.
The transition doesn’t look great for table elements, and may have problems for other specific cases as well.
Returns
Section titled “Returns”Promise<void>