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