effect property - Animation class - dart:html library (original) (raw)
AnimationEffectReadOnly? geteffect
Implementation
AnimationEffectReadOnly? get effect native;
seteffect (AnimationEffectReadOnly? value)
Implementation
set effect(AnimationEffectReadOnly? value) native;