(text)
| 271 | } |
| 272 | |
| 273 | function writeAnimationProfilerMark(text) { |
| 274 | _WriteProfilerMark("WinJS.UI.Animation:" + text); |
| 275 | } |
| 276 | |
| 277 | var ExpandAnimation = _Base.Class.define(function ExpandAnimation_ctor(revealedArray, affectedArray, offsetArray) { |
| 278 | // Constructor |