GTweenBlurFilterExt extension

An extension of GBlurFilter to create tween animations for the blur filter.

on

Properties

twn GTweenableBlur
Returns a GTweenableBlur instance of the blur filter.
no setter

Methods

tween({required double duration, Object? blurX, Object? blurY, EaseFunction? ease, double? delay, bool? useFrames, int overwrite = 1, VoidCallback? onStart, Object? onStartParams, VoidCallback? onComplete, Object? onCompleteParams, VoidCallback? onUpdate, Object? onUpdateParams, bool? runBackwards, bool? immediateRender, Map? startAt}) GTween
Creates a tween animation for the blur filter properties.