Motion Blur
Mimic motion blur using a set of lerped lines:
let point = new Point()
point.motion.linear(ctx)
Meta Data
| title | Motion Blur |
| dependencies | () |
| unused_keys | () |
| unknown_keys | () |
| filepath_exists | True |
| path | motion |
| filepath | motion.js |
| clean_files | () |
-
ClassDeclarationclass
MotionBlur
extends NoneFunctionExpressiondict_keys(['type', 'id', 'generator', 'expression', 'async', 'params', 'pos', 'kind', 'word', 'comments', 'extension'])Get a motion blur instance for this point.
return
MotionBlurA new MotionBlur instance once.Get a motion blur instance for this point.
return
MotionBlurA new MotionBlur instance once.
The
MotionBlurclass provides a point relative clean abstraction for psuedo motion blur on a single point.With the extended prop:
Standalone: