before method
Implementation
void before(
[AnimationEffect? effects1,
AnimationEffect? effects2,
AnimationEffect? effects3]) =>
js_util.callMethod(this, 'before', [effects1, effects2, effects3]);
void before(
[AnimationEffect? effects1,
AnimationEffect? effects2,
AnimationEffect? effects3]) =>
js_util.callMethod(this, 'before', [effects1, effects2, effects3]);