scaleFrom
Scalefrom is a term used in animation configuration to designate the starting scale factor for an element during a scaling transition. It is not part of the CSS Transform specification; rather, it appears in the configuration objects of various animation libraries and tools, where the developer can specify how large or small an element should be at the start of the animation.
Typically scalefrom is paired with a corresponding scaleTo or end scale; the scale values are dimensionless,
Examples of usage can be found in different implementation styles. In a JSON-based animation descriptor, a scalefrom
Naming variations exist: some libraries use startScale or fromScale, and others incorporate scaling within a broader
Considerations include how scaling interacts with transform-origin, the impact of non-uniform scaling on layout and rendering,