Skip to contents

Creates a VMobject that is redrawn every frame by calling a constructor function. Useful for objects that depend on dynamic values.

Usage

always_redraw(constructor)

Arguments

constructor

A function() that returns a VMobject

Value

A VMobject with an updater attached