rusty_desktop_icons.KeyframeInterp

class rusty_desktop_icons.KeyframeInterp

Bases: str, enum.Enum

Interpolation between sampled or explicit keyframes.

Initialize self. See help(type(self)) for accurate signature.

Linear = 'linear'
SmoothStep = 'smoothstep'
Step = 'step'