48495051525354
/** * Creates the animation object for the animation element. */ protected AbstractAnimation createAnimation(AnimationTarget target) { AnimatableValue to = parseAnimatableValue(SVG_TO_ATTRIBUTE); return new SetAnimation(timedElement, this, to); }