@nodert-win10-au/windows.ui.xaml.media.animation
Version:
Use the Windows.UI.Xaml.Media.Animation UWP API directly from Node.js
1,676 lines (1,356 loc) • 75.8 kB
JavaScript
Color = (function () {
var cls = function Color() {
};
return cls;
}) ();
exports.Color = Color;
Point = (function () {
var cls = function Point() {
};
return cls;
}) ();
exports.Point = Point;
Duration = (function () {
var cls = function Duration() {
};
return cls;
}) ();
exports.Duration = Duration;
_ClockState = function () {
this.active = 0;
this.filling = 1;
this.stopped = 2;
}
exports.ClockState = new _ClockState();
_EasingMode = function () {
this.easeOut = 0;
this.easeIn = 1;
this.easeInOut = 2;
}
exports.EasingMode = new _EasingMode();
_FillBehavior = function () {
this.holdEnd = 0;
this.stop = 1;
}
exports.FillBehavior = new _FillBehavior();
ConditionallyIndependentlyAnimatableAttribute = (function () {
var cls = function ConditionallyIndependentlyAnimatableAttribute() {
this.typeId = new Object();
};
return cls;
}) ();
exports.ConditionallyIndependentlyAnimatableAttribute = ConditionallyIndependentlyAnimatableAttribute;
IndependentlyAnimatableAttribute = (function () {
var cls = function IndependentlyAnimatableAttribute() {
this.typeId = new Object();
};
return cls;
}) ();
exports.IndependentlyAnimatableAttribute = IndependentlyAnimatableAttribute;
TransitionCollection = (function () {
var cls = function TransitionCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Transition" />
/// </signature>
return new Transition();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Transition">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="Transition">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="Transition">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Transition">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.TransitionCollection = TransitionCollection;
ColorKeyFrameCollection = (function () {
var cls = function ColorKeyFrameCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="ColorKeyFrame" />
/// </signature>
return new ColorKeyFrame();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="ColorKeyFrame">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="ColorKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="ColorKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="ColorKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.ColorKeyFrameCollection = ColorKeyFrameCollection;
DoubleKeyFrameCollection = (function () {
var cls = function DoubleKeyFrameCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="DoubleKeyFrame" />
/// </signature>
return new DoubleKeyFrame();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="DoubleKeyFrame">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="DoubleKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="DoubleKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="DoubleKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.DoubleKeyFrameCollection = DoubleKeyFrameCollection;
ObjectKeyFrameCollection = (function () {
var cls = function ObjectKeyFrameCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="ObjectKeyFrame" />
/// </signature>
return new ObjectKeyFrame();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="ObjectKeyFrame">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="ObjectKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="ObjectKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="ObjectKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.ObjectKeyFrameCollection = ObjectKeyFrameCollection;
PointKeyFrameCollection = (function () {
var cls = function PointKeyFrameCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="PointKeyFrame" />
/// </signature>
return new PointKeyFrame();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="PointKeyFrame">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="PointKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="PointKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="PointKeyFrame">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.PointKeyFrameCollection = PointKeyFrameCollection;
TimelineCollection = (function () {
var cls = function TimelineCollection() {
};
cls.prototype.getAt = function getAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Timeline" />
/// </signature>
return new Timeline();
}
cls.prototype.getView = function getView() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.indexOf = function indexOf(value, index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Timeline">A param.</param>
/// <param name="index" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.setAt = function setAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="Timeline">A param.</param>
/// </signature>
}
cls.prototype.insertAt = function insertAt(index, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// <param name="value" type="Timeline">A param.</param>
/// </signature>
}
cls.prototype.removeAt = function removeAt(index) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="index" type="Number">A param.</param>
/// </signature>
}
cls.prototype.append = function append(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Timeline">A param.</param>
/// </signature>
}
cls.prototype.removeAtEnd = function removeAtEnd() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.clear = function clear() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getMany = function () {
}
cls.prototype.replaceAll = function replaceAll(items) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="items" type="Array<Object>">A param.</param>
/// </signature>
}
cls.prototype.first = function first() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.TimelineCollection = TimelineCollection;
ColorKeyFrame = (function () {
var cls = function ColorKeyFrame() {
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.ColorKeyFrame = ColorKeyFrame;
DoubleKeyFrame = (function () {
var cls = function DoubleKeyFrame() {
this.value = new Number();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.DoubleKeyFrame = DoubleKeyFrame;
EasingFunctionBase = (function () {
var cls = function EasingFunctionBase() {
this.easingMode = new EasingMode();
this.dispatcher = new Object();
};
cls.prototype.ease = function ease(normalizedTime) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="normalizedTime" type="Number">A param.</param>
/// <returns type="Number" />
/// </signature>
return new Number();
}
cls.easingModeProperty = new Object();
return cls;
}) ();
exports.EasingFunctionBase = EasingFunctionBase;
KeySpline = (function () {
var cls = function KeySpline() {
this.controlPoint2 = new Object();
this.controlPoint1 = new Object();
this.dispatcher = new Object();
};
return cls;
}) ();
exports.KeySpline = KeySpline;
NavigationTransitionInfo = (function () {
var cls = function NavigationTransitionInfo() {
this.dispatcher = new Object();
};
cls.prototype.getNavigationStateCore = function getNavigationStateCore() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="String" />
/// </signature>
return new String();
}
cls.prototype.setNavigationStateCore = function setNavigationStateCore(navigationState) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="navigationState" type="String">A param.</param>
/// </signature>
}
return cls;
}) ();
exports.NavigationTransitionInfo = NavigationTransitionInfo;
ObjectKeyFrame = (function () {
var cls = function ObjectKeyFrame() {
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.ObjectKeyFrame = ObjectKeyFrame;
PointKeyFrame = (function () {
var cls = function PointKeyFrame() {
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.PointKeyFrame = PointKeyFrame;
Timeline = (function () {
var cls = function Timeline() {
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.Timeline = Timeline;
Transition = (function () {
var cls = function Transition() {
this.dispatcher = new Object();
};
return cls;
}) ();
exports.Transition = Transition;
AddDeleteThemeTransition = (function () {
var cls = function AddDeleteThemeTransition() {
this.dispatcher = new Object();
};
return cls;
}) ();
exports.AddDeleteThemeTransition = AddDeleteThemeTransition;
BackEase = (function () {
var cls = function BackEase() {
this.amplitude = new Number();
this.easingMode = new EasingMode();
this.dispatcher = new Object();
};
cls.amplitudeProperty = new Object();
cls.easingModeProperty = new Object();
return cls;
}) ();
exports.BackEase = BackEase;
BeginStoryboard = (function () {
var cls = function BeginStoryboard() {
this.storyboard = new Storyboard();
this.dispatcher = new Object();
};
cls.storyboardProperty = new Object();
return cls;
}) ();
exports.BeginStoryboard = BeginStoryboard;
BounceEase = (function () {
var cls = function BounceEase() {
this.bounciness = new Number();
this.bounces = new Number();
this.easingMode = new EasingMode();
this.dispatcher = new Object();
};
cls.bouncesProperty = new Object();
cls.bouncinessProperty = new Object();
cls.easingModeProperty = new Object();
return cls;
}) ();
exports.BounceEase = BounceEase;
CircleEase = (function () {
var cls = function CircleEase() {
this.easingMode = new EasingMode();
this.dispatcher = new Object();
};
cls.easingModeProperty = new Object();
return cls;
}) ();
exports.CircleEase = CircleEase;
ColorAnimation = (function () {
var cls = function ColorAnimation() {
this.to = new Object();
this.from = new Object();
this.enableDependentAnimation = new Boolean();
this.easingFunction = new EasingFunctionBase();
this.by = new Object();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.byProperty = new Object();
cls.easingFunctionProperty = new Object();
cls.enableDependentAnimationProperty = new Object();
cls.fromProperty = new Object();
cls.toProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.ColorAnimation = ColorAnimation;
ColorAnimationUsingKeyFrames = (function () {
var cls = function ColorAnimationUsingKeyFrames() {
this.enableDependentAnimation = new Boolean();
this.keyFrames = new ColorKeyFrameCollection();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.enableDependentAnimationProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.ColorAnimationUsingKeyFrames = ColorAnimationUsingKeyFrames;
ContentThemeTransition = (function () {
var cls = function ContentThemeTransition() {
this.verticalOffset = new Number();
this.horizontalOffset = new Number();
this.dispatcher = new Object();
};
cls.horizontalOffsetProperty = new Object();
cls.verticalOffsetProperty = new Object();
return cls;
}) ();
exports.ContentThemeTransition = ContentThemeTransition;
CubicEase = (function () {
var cls = function CubicEase() {
this.easingMode = new EasingMode();
this.dispatcher = new Object();
};
cls.easingModeProperty = new Object();
return cls;
}) ();
exports.CubicEase = CubicEase;
DiscreteColorKeyFrame = (function () {
var cls = function DiscreteColorKeyFrame() {
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.DiscreteColorKeyFrame = DiscreteColorKeyFrame;
DiscreteDoubleKeyFrame = (function () {
var cls = function DiscreteDoubleKeyFrame() {
this.value = new Number();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.DiscreteDoubleKeyFrame = DiscreteDoubleKeyFrame;
DiscreteObjectKeyFrame = (function () {
var cls = function DiscreteObjectKeyFrame() {
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.DiscreteObjectKeyFrame = DiscreteObjectKeyFrame;
DiscretePointKeyFrame = (function () {
var cls = function DiscretePointKeyFrame() {
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.DiscretePointKeyFrame = DiscretePointKeyFrame;
DoubleAnimation = (function () {
var cls = function DoubleAnimation() {
this.to = new Number();
this.from = new Number();
this.enableDependentAnimation = new Boolean();
this.easingFunction = new EasingFunctionBase();
this.by = new Number();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.byProperty = new Object();
cls.easingFunctionProperty = new Object();
cls.enableDependentAnimationProperty = new Object();
cls.fromProperty = new Object();
cls.toProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.DoubleAnimation = DoubleAnimation;
DoubleAnimationUsingKeyFrames = (function () {
var cls = function DoubleAnimationUsingKeyFrames() {
this.enableDependentAnimation = new Boolean();
this.keyFrames = new DoubleKeyFrameCollection();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.enableDependentAnimationProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.DoubleAnimationUsingKeyFrames = DoubleAnimationUsingKeyFrames;
DragItemThemeAnimation = (function () {
var cls = function DragItemThemeAnimation() {
this.targetName = new String();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.targetNameProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.DragItemThemeAnimation = DragItemThemeAnimation;
DragOverThemeAnimation = (function () {
var cls = function DragOverThemeAnimation() {
this.toOffset = new Number();
this.targetName = new String();
this.direction = new Number();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.directionProperty = new Object();
cls.targetNameProperty = new Object();
cls.toOffsetProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.DragOverThemeAnimation = DragOverThemeAnimation;
DrillInThemeAnimation = (function () {
var cls = function DrillInThemeAnimation() {
this.exitTargetName = new String();
this.exitTarget = new Object();
this.entranceTargetName = new String();
this.entranceTarget = new Object();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.entranceTargetNameProperty = new Object();
cls.entranceTargetProperty = new Object();
cls.exitTargetNameProperty = new Object();
cls.exitTargetProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.DrillInThemeAnimation = DrillInThemeAnimation;
DrillOutThemeAnimation = (function () {
var cls = function DrillOutThemeAnimation() {
this.exitTargetName = new String();
this.exitTarget = new Object();
this.entranceTargetName = new String();
this.entranceTarget = new Object();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.entranceTargetNameProperty = new Object();
cls.entranceTargetProperty = new Object();
cls.exitTargetNameProperty = new Object();
cls.exitTargetProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.DrillOutThemeAnimation = DrillOutThemeAnimation;
DropTargetItemThemeAnimation = (function () {
var cls = function DropTargetItemThemeAnimation() {
this.targetName = new String();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.targetNameProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.DropTargetItemThemeAnimation = DropTargetItemThemeAnimation;
EasingColorKeyFrame = (function () {
var cls = function EasingColorKeyFrame() {
this.easingFunction = new EasingFunctionBase();
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.easingFunctionProperty = new Object();
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.EasingColorKeyFrame = EasingColorKeyFrame;
EasingDoubleKeyFrame = (function () {
var cls = function EasingDoubleKeyFrame() {
this.easingFunction = new EasingFunctionBase();
this.value = new Number();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.easingFunctionProperty = new Object();
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.EasingDoubleKeyFrame = EasingDoubleKeyFrame;
EasingPointKeyFrame = (function () {
var cls = function EasingPointKeyFrame() {
this.easingFunction = new EasingFunctionBase();
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.easingFunctionProperty = new Object();
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.EasingPointKeyFrame = EasingPointKeyFrame;
EdgeUIThemeTransition = (function () {
var cls = function EdgeUIThemeTransition() {
this.edge = new Number();
this.dispatcher = new Object();
};
cls.edgeProperty = new Object();
return cls;
}) ();
exports.EdgeUIThemeTransition = EdgeUIThemeTransition;
ElasticEase = (function () {
var cls = function ElasticEase() {
this.springiness = new Number();
this.oscillations = new Number();
this.easingMode = new EasingMode();
this.dispatcher = new Object();
};
cls.oscillationsProperty = new Object();
cls.springinessProperty = new Object();
cls.easingModeProperty = new Object();
return cls;
}) ();
exports.ElasticEase = ElasticEase;
EntranceThemeTransition = (function () {
var cls = function EntranceThemeTransition() {
this.isStaggeringEnabled = new Boolean();
this.fromVerticalOffset = new Number();
this.fromHorizontalOffset = new Number();
this.dispatcher = new Object();
};
cls.fromHorizontalOffsetProperty = new Object();
cls.fromVerticalOffsetProperty = new Object();
cls.isStaggeringEnabledProperty = new Object();
return cls;
}) ();
exports.EntranceThemeTransition = EntranceThemeTransition;
ExponentialEase = (function () {
var cls = function ExponentialEase() {
this.exponent = new Number();
this.easingMode = new EasingMode();
this.dispatcher = new Object();
};
cls.exponentProperty = new Object();
cls.easingModeProperty = new Object();
return cls;
}) ();
exports.ExponentialEase = ExponentialEase;
FadeInThemeAnimation = (function () {
var cls = function FadeInThemeAnimation() {
this.targetName = new String();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.targetNameProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.FadeInThemeAnimation = FadeInThemeAnimation;
FadeOutThemeAnimation = (function () {
var cls = function FadeOutThemeAnimation() {
this.targetName = new String();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.targetNameProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.FadeOutThemeAnimation = FadeOutThemeAnimation;
LinearColorKeyFrame = (function () {
var cls = function LinearColorKeyFrame() {
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.LinearColorKeyFrame = LinearColorKeyFrame;
LinearDoubleKeyFrame = (function () {
var cls = function LinearDoubleKeyFrame() {
this.value = new Number();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.LinearDoubleKeyFrame = LinearDoubleKeyFrame;
LinearPointKeyFrame = (function () {
var cls = function LinearPointKeyFrame() {
this.value = new Object();
this.keyTime = new KeyTime();
this.dispatcher = new Object();
};
cls.keyTimeProperty = new Object();
cls.valueProperty = new Object();
return cls;
}) ();
exports.LinearPointKeyFrame = LinearPointKeyFrame;
ObjectAnimationUsingKeyFrames = (function () {
var cls = function ObjectAnimationUsingKeyFrames() {
this.enableDependentAnimation = new Boolean();
this.keyFrames = new ObjectKeyFrameCollection();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.enableDependentAnimationProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.ObjectAnimationUsingKeyFrames = ObjectAnimationUsingKeyFrames;
PaneThemeTransition = (function () {
var cls = function PaneThemeTransition() {
this.edge = new Number();
this.dispatcher = new Object();
};
cls.edgeProperty = new Object();
return cls;
}) ();
exports.PaneThemeTransition = PaneThemeTransition;
PointAnimation = (function () {
var cls = function PointAnimation() {
this.to = new Object();
this.from = new Object();
this.enableDependentAnimation = new Boolean();
this.easingFunction = new EasingFunctionBase();
this.by = new Object();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.byProperty = new Object();
cls.easingFunctionProperty = new Object();
cls.enableDependentAnimationProperty = new Object();
cls.fromProperty = new Object();
cls.toProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.PointAnimation = PointAnimation;
PointAnimationUsingKeyFrames = (function () {
var cls = function PointAnimationUsingKeyFrames() {
this.enableDependentAnimation = new Boolean();
this.keyFrames = new PointKeyFrameCollection();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.enableDependentAnimationProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.PointAnimationUsingKeyFrames = PointAnimationUsingKeyFrames;
PointerDownThemeAnimation = (function () {
var cls = function PointerDownThemeAnimation() {
this.targetName = new String();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.targetNameProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.PointerDownThemeAnimation = PointerDownThemeAnimation;
PointerUpThemeAnimation = (function () {
var cls = function PointerUpThemeAnimation() {
this.targetName = new String();
this.speedRatio = new Number();
this.repeatBehavior = new RepeatBehavior();
this.fillBehavior = new FillBehavior();
this.duration = new Duration();
this.beginTime = new Number();
this.autoReverse = new Boolean();
this.dispatcher = new Object();
};
cls.targetNameProperty = new Object();
cls.allowDependentAnimations = new Boolean();
cls.autoReverseProperty = new Object();
cls.beginTimeProperty = new Object();
cls.durationProperty = new Object();
cls.fillBehaviorProperty = new Object();
cls.repeatBehaviorProperty = new Object();
cls.speedRatioProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.PointerUpThemeAnima