effect property - Animation class - dart:html library (original) (raw)

description

AnimationEffectReadOnly? geteffect

Implementation

AnimationEffectReadOnly? get effect native;

seteffect (AnimationEffectReadOnly? value)

Implementation

set effect(AnimationEffectReadOnly? value) native;