Capítulo 244 de 411

Chapter 244: Flip.makeAbsolute()

Core Idea

Sets the given elements to position: absolute while preserving their current visual position — the same mechanism Flip.from()/Flip.fit() use internally via absolute: true, exposed here to use standalone.

Reference Tables

ParameterTypeDescription
targetsString | Element | Array | NodeList | FlipStateelements to make absolutely positioned

Returns: Array of the affected elements.

Connects To

  • Flip.from(), Flip.fit() (absolute: true): where this same behavior is normally triggered automatically.