| }
if (element.hasAttributeNS(null, SVG_BY_ATTRIBUTE)) {
by = parseValue(element.getAttributeNS(null, SVG_BY_ATTRIBUTE),
type, target);
}
return new TransformAnimation(timedElement,
this,
parseCalcMode(),
parseKeyTimes(),
parseKeySplines(),
parseAdditive(),
|