sizefrom
SizeFrom is a term used in computer graphics, animation, and user interface design to describe the origin or reference size from which an element’s dimensions are derived during resizing or transitions. It defines the starting point for size calculations, contrasting with the target size or final dimensions. Depending on the context, sizeFrom can be expressed as an absolute unit (such as pixels), a relative factor (such as a percentage of a base size or container), or a computed value based on surrounding dimensions.
In animation systems, sizeFrom specifies the initial size before a transition to a target size occurs. In
Values for sizeFrom are typically numeric, a percentage, or a named keyword such as "auto" or "initial"
Examples of usage include animating a panel from 60% of its final width to 100% (sizeFrom = 0.6,