SimpleMapper

Simplest mapping - all old disappear, all new appear.

Visual effect: Clean crossfade where old items fade out at their positions and new items fade in at their positions. No morphing or movement between items.

Constructor

SimpleMapper(args, kwargs)

Methods

map

map(
    start_items: List[T],
    end_items: List[T],
    get_position: Callable[[T], Point2D]
) -> List[Match[T]]

Map items with no correspondence - pure crossfade.