|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
5 <title>API: anim Anim (YUI Library)</title> |
|
6 |
|
7 <link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
8 <link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
9 |
|
10 <script type="text/javascript" src="assets/api-js"></script> |
|
11 <script type="text/javascript" src="assets/ac-js"></script> |
|
12 </head> |
|
13 |
|
14 <body id="yahoo-com"> |
|
15 |
|
16 <div id="doc3" class="yui-t2"> |
|
17 <div id="hd"> |
|
18 <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
19 <h3>anim <span class="subtitle">3.0.0</span></h3> |
|
20 <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
21 > <a href="./module_anim.html" title="anim">anim</a> |
|
22 > Anim |
|
23 |
|
24 <form onsubmit="return false"> |
|
25 <div id="propertysearch"> |
|
26 Search: <input autocomplete="off" id="searchinput" /> |
|
27 <div id="searchresults"> |
|
28 |
|
29 </div> |
|
30 </div> |
|
31 </form> |
|
32 </div> |
|
33 |
|
34 <div id="bd"> |
|
35 <div id="yui-main"> |
|
36 <div class="yui-b"> |
|
37 <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
38 <fieldset> |
|
39 <legend>Filters</legend> |
|
40 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
41 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
42 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
43 </fieldset> |
|
44 </form> |
|
45 |
|
46 <h2> |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 Class <b property="yui:name">Anim</b> |
|
52 <span class="extends"> |
|
53 - extends <a href="Base.html" title="Base">Base</a> |
|
54 </span> |
|
55 |
|
56 </h2> |
|
57 <!-- class tree goes here --> |
|
58 |
|
59 |
|
60 |
|
61 |
|
62 <div class="summary description" property="yui:description"> |
|
63 A class for constructing animation instances. |
|
64 </div> |
|
65 |
|
66 <div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
67 <h3 id="constructor">Constructor</h3> |
|
68 <div class="content"> |
|
69 <div class="detail"> |
|
70 <strong property="yui:name">Anim</strong> |
|
71 <code> |
|
72 ( |
|
73 ) |
|
74 </code> |
|
75 <div class="description"> |
|
76 |
|
77 |
|
78 </div> |
|
79 </div> |
|
80 </div> |
|
81 </div> |
|
82 |
|
83 <div rel="yui:properties" resource="#properties"> |
|
84 <div class="section field details"> |
|
85 <h3 id="properties">Properties</h3> |
|
86 <div class="content"> |
|
87 <div class="" rel="yui:property" resource="#property_behaviors"> |
|
88 <h4><a name="property_behaviors" property="yui:name">behaviors</a> |
|
89 - <code>static <span property="yui:type">object</span></code> |
|
90 </h4> |
|
91 <div class="detail"> |
|
92 <div class="description" property="yui:description"> |
|
93 Bucket for custom getters and setters |
|
94 </div> |
|
95 </div> |
|
96 |
|
97 |
|
98 |
|
99 |
|
100 <hr /> |
|
101 </div> |
|
102 <div class="" rel="yui:property" resource="#property_DEFAULT_GETTER"> |
|
103 <h4><a name="property_DEFAULT_GETTER" property="yui:name">DEFAULT_GETTER</a> |
|
104 - <code>static <span property="yui:type">object</span></code> |
|
105 </h4> |
|
106 <div class="detail"> |
|
107 <div class="description" property="yui:description"> |
|
108 The default getter to use when getting object properties. |
|
109 </div> |
|
110 </div> |
|
111 |
|
112 |
|
113 |
|
114 |
|
115 <hr /> |
|
116 </div> |
|
117 <div class="" rel="yui:property" resource="#property_DEFAULT_SETTER"> |
|
118 <h4><a name="property_DEFAULT_SETTER" property="yui:name">DEFAULT_SETTER</a> |
|
119 - <code>static <span property="yui:type">object</span></code> |
|
120 </h4> |
|
121 <div class="detail"> |
|
122 <div class="description" property="yui:description"> |
|
123 The default setter to use when setting object properties. |
|
124 </div> |
|
125 </div> |
|
126 |
|
127 |
|
128 |
|
129 |
|
130 <hr /> |
|
131 </div> |
|
132 <div class="" rel="yui:property" resource="#property_DEFAULT_UNIT"> |
|
133 <h4><a name="property_DEFAULT_UNIT" property="yui:name">DEFAULT_UNIT</a> |
|
134 - <code>static <span property="yui:type">object</span></code> |
|
135 </h4> |
|
136 <div class="detail"> |
|
137 <div class="description" property="yui:description"> |
|
138 The default unit to use with properties that pass the RE_DEFAULT_UNIT test. |
|
139 </div> |
|
140 </div> |
|
141 |
|
142 |
|
143 |
|
144 |
|
145 <hr /> |
|
146 </div> |
|
147 <div class="" rel="yui:property" resource="#property_RE_DEFAULT_UNIT"> |
|
148 <h4><a name="property_RE_DEFAULT_UNIT" property="yui:name">RE_DEFAULT_UNIT</a> |
|
149 - <code>static <span property="yui:type">object</span></code> |
|
150 </h4> |
|
151 <div class="detail"> |
|
152 <div class="description" property="yui:description"> |
|
153 Regex of properties that should use the default unit. |
|
154 </div> |
|
155 </div> |
|
156 |
|
157 |
|
158 |
|
159 |
|
160 <hr /> |
|
161 </div> |
|
162 </div> |
|
163 </div> |
|
164 |
|
165 <div rel="yui:inheritance"> |
|
166 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
167 <h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
168 <div class="content" rel="yui:properties"> |
|
169 <code> |
|
170 |
|
171 </code> |
|
172 </div> |
|
173 </div> |
|
174 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
175 <h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
176 <div class="content" rel="yui:properties"> |
|
177 <code> |
|
178 |
|
179 <span rel="yui:property" resource="Base.html#property_name"> |
|
180 <a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a> |
|
181 </span> |
|
182 |
|
183 </code> |
|
184 </div> |
|
185 </div> |
|
186 </div> |
|
187 </div> |
|
188 |
|
189 <div rel="yui:methods" resource="#methods"> |
|
190 <div class="section method details"> |
|
191 <h3 id="methods">Methods</h3> |
|
192 <div class="content"> |
|
193 <div class="private" rel="yui:method" resource="#method__runFrame"> |
|
194 <h4> |
|
195 <a name="method__runFrame">_runFrame</a></h4> |
|
196 <div class="detail" > |
|
197 <code> |
|
198 private |
|
199 static |
|
200 |
|
201 void |
|
202 <strong property="yui:name">_runFrame</strong> |
|
203 ( |
|
204 ) |
|
205 </code> |
|
206 |
|
207 <div class="description" property="yui:description"> |
|
208 Called per Interval to handle each animation frame. |
|
209 </div> |
|
210 |
|
211 <div class="description"> |
|
212 |
|
213 |
|
214 |
|
215 |
|
216 |
|
217 |
|
218 </div> |
|
219 |
|
220 </div> |
|
221 <hr /> |
|
222 </div> |
|
223 <div class="" rel="yui:method" resource="#method_getBezier"> |
|
224 <h4> |
|
225 <a name="method_getBezier">getBezier</a></h4> |
|
226 <div class="detail" > |
|
227 <code> |
|
228 |
|
229 static |
|
230 |
|
231 Array |
|
232 <strong property="yui:name">getBezier</strong> |
|
233 ( |
|
234 |
|
235 |
|
236 points |
|
237 |
|
238 |
|
239 , |
|
240 t |
|
241 |
|
242 |
|
243 ) |
|
244 </code> |
|
245 |
|
246 <div class="description" property="yui:description"> |
|
247 Get the current position of the animated element based on t. |
|
248 Each point is an array of "x" and "y" values (0 = x, 1 = y) |
|
249 At least 2 points are required (start and end). |
|
250 First point is start. Last point is end. |
|
251 Additional control points are optional. |
|
252 </div> |
|
253 |
|
254 <div class="description"> |
|
255 |
|
256 <dl rel="yui:parameters"> |
|
257 <dt>Parameters:</dt> |
|
258 <dd rel="yui:parameter"> |
|
259 <code><span property="yui:name">points</span> |
|
260 <<span property="yui:type">Array</span>> |
|
261 </code> |
|
262 <span property="yui:description"> An array containing Bezier points</span> |
|
263 </dd> |
|
264 <dd rel="yui:parameter"> |
|
265 <code><span property="yui:name">t</span> |
|
266 <<span property="yui:type">Number</span>> |
|
267 </code> |
|
268 <span property="yui:description"> A number between 0 and 1 which is the basis for determining current position</span> |
|
269 </dd> |
|
270 </dl> |
|
271 |
|
272 <dl> |
|
273 <dt>Returns: |
|
274 <code property="yui:return"> |
|
275 Array |
|
276 </code></dt> |
|
277 <dd property="yui:returnInfo">An array containing int x and y member data</dd> |
|
278 </dl> |
|
279 |
|
280 |
|
281 |
|
282 |
|
283 </div> |
|
284 |
|
285 </div> |
|
286 <hr /> |
|
287 </div> |
|
288 <div class="" rel="yui:method" resource="#method_pause"> |
|
289 <h4> |
|
290 <a name="method_pause">pause</a></h4> |
|
291 <div class="detail" > |
|
292 <code> |
|
293 |
|
294 static |
|
295 |
|
296 void |
|
297 <strong property="yui:name">pause</strong> |
|
298 ( |
|
299 ) |
|
300 </code> |
|
301 |
|
302 <div class="description" property="yui:description"> |
|
303 Pauses all animation instances. |
|
304 </div> |
|
305 |
|
306 <div class="description"> |
|
307 |
|
308 |
|
309 |
|
310 <div class="chainable"> |
|
311 <strong>Chainable:</strong> This method is chainable. |
|
312 </div> |
|
313 |
|
314 |
|
315 |
|
316 </div> |
|
317 |
|
318 </div> |
|
319 <hr /> |
|
320 </div> |
|
321 <div class="" rel="yui:method" resource="#method_run"> |
|
322 <h4> |
|
323 <a name="method_run">run</a></h4> |
|
324 <div class="detail" > |
|
325 <code> |
|
326 |
|
327 static |
|
328 |
|
329 void |
|
330 <strong property="yui:name">run</strong> |
|
331 ( |
|
332 ) |
|
333 </code> |
|
334 |
|
335 <div class="description" property="yui:description"> |
|
336 Runs all animation instances. |
|
337 </div> |
|
338 |
|
339 <div class="description"> |
|
340 |
|
341 |
|
342 |
|
343 <div class="chainable"> |
|
344 <strong>Chainable:</strong> This method is chainable. |
|
345 </div> |
|
346 |
|
347 |
|
348 |
|
349 </div> |
|
350 |
|
351 </div> |
|
352 <hr /> |
|
353 </div> |
|
354 <div class="" rel="yui:method" resource="#method_stop"> |
|
355 <h4> |
|
356 <a name="method_stop">stop</a></h4> |
|
357 <div class="detail" > |
|
358 <code> |
|
359 |
|
360 static |
|
361 |
|
362 void |
|
363 <strong property="yui:name">stop</strong> |
|
364 ( |
|
365 ) |
|
366 </code> |
|
367 |
|
368 <div class="description" property="yui:description"> |
|
369 Stops all animation instances. |
|
370 </div> |
|
371 |
|
372 <div class="description"> |
|
373 |
|
374 |
|
375 |
|
376 <div class="chainable"> |
|
377 <strong>Chainable:</strong> This method is chainable. |
|
378 </div> |
|
379 |
|
380 |
|
381 |
|
382 </div> |
|
383 |
|
384 </div> |
|
385 <hr /> |
|
386 </div> |
|
387 </div> |
|
388 </div> |
|
389 |
|
390 <div rel="yui:inheritance"> |
|
391 <div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html"> |
|
392 <h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4> |
|
393 <div class="content" rel="yui:methods"> |
|
394 <code> |
|
395 <span rel="yui:method" resource="EventTarget.html#method__getType"> |
|
396 <a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span> |
|
397 </span> |
|
398 <span rel="yui:method" resource="EventTarget.html#method__parseType"> |
|
399 <a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span> |
|
400 </span> |
|
401 <span rel="yui:method" resource="EventTarget.html#method_addTarget"> |
|
402 <a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span> |
|
403 </span> |
|
404 <span rel="yui:method" resource="EventTarget.html#method_after"> |
|
405 <a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span> |
|
406 </span> |
|
407 <span rel="yui:method" resource="EventTarget.html#method_before"> |
|
408 <a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span> |
|
409 </span> |
|
410 <span rel="yui:method" resource="EventTarget.html#method_bubble"> |
|
411 <a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span> |
|
412 </span> |
|
413 <span rel="yui:method" resource="EventTarget.html#method_detach"> |
|
414 <a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span> |
|
415 </span> |
|
416 <span rel="yui:method" resource="EventTarget.html#method_detachAll"> |
|
417 <a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span> |
|
418 </span> |
|
419 <span rel="yui:method" resource="EventTarget.html#method_fire"> |
|
420 <a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span> |
|
421 </span> |
|
422 <span rel="yui:method" resource="EventTarget.html#method_getEvent"> |
|
423 <a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span> |
|
424 </span> |
|
425 <span rel="yui:method" resource="EventTarget.html#method_on"> |
|
426 <a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span> |
|
427 </span> |
|
428 <span rel="yui:method" resource="EventTarget.html#method_publish"> |
|
429 <a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span> |
|
430 </span> |
|
431 <span rel="yui:method" resource="EventTarget.html#method_removeTarget"> |
|
432 <a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span> |
|
433 </span> |
|
434 <span rel="yui:method" resource="EventTarget.html#method_subscribe"> |
|
435 <a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span> |
|
436 </span> |
|
437 <span rel="yui:method" resource="EventTarget.html#method_unsubscribe"> |
|
438 <a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span> |
|
439 </span> |
|
440 <span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll"> |
|
441 <a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a> |
|
442 </span> |
|
443 </code> |
|
444 </div> |
|
445 </div> |
|
446 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
447 <h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
448 <div class="content" rel="yui:methods"> |
|
449 <code> |
|
450 <span rel="yui:method" resource="Attribute.html#method__addAttrs"> |
|
451 <a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span> |
|
452 </span> |
|
453 <span rel="yui:method" resource="Attribute.html#method__addLazyAttr"> |
|
454 <a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span> |
|
455 </span> |
|
456 <span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn"> |
|
457 <a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span> |
|
458 </span> |
|
459 <span rel="yui:method" resource="Attribute.html#method__fireAttrChange"> |
|
460 <a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span> |
|
461 </span> |
|
462 <span rel="yui:method" resource="Attribute.html#method__getAttr"> |
|
463 <a class="protected" href="Attribute.html#method__getAttr" property="yui:name" title="_getAttr">_getAttr</a><span class="protected">,</span> |
|
464 </span> |
|
465 <span rel="yui:method" resource="Attribute.html#method__getAttrInitVal"> |
|
466 <a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span> |
|
467 </span> |
|
468 <span rel="yui:method" resource="Attribute.html#method__getAttrs"> |
|
469 <a class="protected" href="Attribute.html#method__getAttrs" property="yui:name" title="_getAttrs">_getAttrs</a><span class="protected">,</span> |
|
470 </span> |
|
471 <span rel="yui:method" resource="Attribute.html#method__getStateVal"> |
|
472 <a class="private" href="Attribute.html#method__getStateVal" property="yui:name" title="_getStateVal">_getStateVal</a><span class="private">,</span> |
|
473 </span> |
|
474 <span rel="yui:method" resource="Attribute.html#method__isLazyAttr"> |
|
475 <a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span> |
|
476 </span> |
|
477 <span rel="yui:method" resource="Attribute.html#method__normAttrVals"> |
|
478 <a class="private" href="Attribute.html#method__normAttrVals" property="yui:name" title="_normAttrVals">_normAttrVals</a><span class="private">,</span> |
|
479 </span> |
|
480 <span rel="yui:method" resource="Attribute.html#method__protectAttrs"> |
|
481 <a class="protected" href="Attribute.html#method__protectAttrs" property="yui:name" title="_protectAttrs">_protectAttrs</a><span class="protected">,</span> |
|
482 </span> |
|
483 <span rel="yui:method" resource="Attribute.html#method__set"> |
|
484 <a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span> |
|
485 </span> |
|
486 <span rel="yui:method" resource="Attribute.html#method__setAttr"> |
|
487 <a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span> |
|
488 </span> |
|
489 <span rel="yui:method" resource="Attribute.html#method__setAttrs"> |
|
490 <a class="protected" href="Attribute.html#method__setAttrs" property="yui:name" title="_setAttrs">_setAttrs</a><span class="protected">,</span> |
|
491 </span> |
|
492 <span rel="yui:method" resource="Attribute.html#method__setAttrVal"> |
|
493 <a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span> |
|
494 </span> |
|
495 <span rel="yui:method" resource="Attribute.html#method__setStateVal"> |
|
496 <a class="private" href="Attribute.html#method__setStateVal" property="yui:name" title="_setStateVal">_setStateVal</a><span class="private">,</span> |
|
497 </span> |
|
498 <span rel="yui:method" resource="Attribute.html#method_addAttr"> |
|
499 <a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span> |
|
500 </span> |
|
501 <span rel="yui:method" resource="Attribute.html#method_addAttrs"> |
|
502 <a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span> |
|
503 </span> |
|
504 <span rel="yui:method" resource="Attribute.html#method_attrAdded"> |
|
505 <a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span> |
|
506 </span> |
|
507 <span rel="yui:method" resource="Attribute.html#method_get"> |
|
508 <a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span> |
|
509 </span> |
|
510 <span rel="yui:method" resource="Attribute.html#method_getAttrs"> |
|
511 <a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span> |
|
512 </span> |
|
513 <span rel="yui:method" resource="Attribute.html#method_modifyAttr"> |
|
514 <a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span> |
|
515 </span> |
|
516 <span rel="yui:method" resource="Attribute.html#method_removeAttr"> |
|
517 <a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span> |
|
518 </span> |
|
519 <span rel="yui:method" resource="Attribute.html#method_reset"> |
|
520 <a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span> |
|
521 </span> |
|
522 <span rel="yui:method" resource="Attribute.html#method_set"> |
|
523 <a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span> |
|
524 </span> |
|
525 <span rel="yui:method" resource="Attribute.html#method_setAttrs"> |
|
526 <a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a> |
|
527 </span> |
|
528 </code> |
|
529 </div> |
|
530 </div> |
|
531 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
532 <h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
533 <div class="content" rel="yui:methods"> |
|
534 <code> |
|
535 <span rel="yui:method" resource="Base.html#method__aggregateAttrs"> |
|
536 <a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span> |
|
537 </span> |
|
538 <span rel="yui:method" resource="Base.html#method__defDestroyFn"> |
|
539 <a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span> |
|
540 </span> |
|
541 <span rel="yui:method" resource="Base.html#method__defInitFn"> |
|
542 <a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span> |
|
543 </span> |
|
544 <span rel="yui:method" resource="Base.html#method__destroyHierarchy"> |
|
545 <a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span> |
|
546 </span> |
|
547 <span rel="yui:method" resource="Base.html#method__filterAttrCfs"> |
|
548 <a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span> |
|
549 </span> |
|
550 <span rel="yui:method" resource="Base.html#method__getAttrCfgs"> |
|
551 <a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span> |
|
552 </span> |
|
553 <span rel="yui:method" resource="Base.html#method__getClasses"> |
|
554 <a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span> |
|
555 </span> |
|
556 <span rel="yui:method" resource="Base.html#method__initHierarchy"> |
|
557 <a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span> |
|
558 </span> |
|
559 <span rel="yui:method" resource="Base.html#method__initHierarchyData"> |
|
560 <a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span> |
|
561 </span> |
|
562 <span rel="yui:method" resource="Base.html#method_destroy"> |
|
563 <a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
564 </span> |
|
565 <span rel="yui:method" resource="Base.html#method_init"> |
|
566 <a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
567 </span> |
|
568 <span rel="yui:method" resource="Base.html#method_toString"> |
|
569 <a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a> |
|
570 </span> |
|
571 </code> |
|
572 </div> |
|
573 </div> |
|
574 </div> |
|
575 </div> |
|
576 |
|
577 <div rel="yui:events" resource="#events"> |
|
578 <div class="section method details"> |
|
579 <h3 id="events">Events</h3> |
|
580 <div class="content"> |
|
581 <div class="" rel="yui:event" resource="#event_directionChange"> |
|
582 <h4> |
|
583 <a name="event_directionChange">directionChange</a></h4> |
|
584 <div class="detail"> |
|
585 <code> |
|
586 |
|
587 |
|
588 |
|
589 <strong property="yui:name">directionChange</strong> |
|
590 |
|
591 ( |
|
592 |
|
593 |
|
594 event |
|
595 |
|
596 |
|
597 ) |
|
598 |
|
599 </code> |
|
600 |
|
601 <div class="description" property="yui:description"> |
|
602 Fires when the value for the configuration attribute 'direction' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
603 </div> |
|
604 |
|
605 <div class="description"> |
|
606 |
|
607 |
|
608 <dl rel="yui:parameters"> |
|
609 <dt>Parameters:</dt> |
|
610 <dd rel="yui:parameter"> |
|
611 <code><span property="yui:name">event</span> |
|
612 <<span property="yui:type">Event.Facade</span>> |
|
613 </code> |
|
614 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
615 </dd> |
|
616 |
|
617 </dl> |
|
618 |
|
619 |
|
620 </div> |
|
621 |
|
622 </div> |
|
623 <hr /> |
|
624 </div> |
|
625 <div class="" rel="yui:event" resource="#event_durationChange"> |
|
626 <h4> |
|
627 <a name="event_durationChange">durationChange</a></h4> |
|
628 <div class="detail"> |
|
629 <code> |
|
630 |
|
631 |
|
632 |
|
633 <strong property="yui:name">durationChange</strong> |
|
634 |
|
635 ( |
|
636 |
|
637 |
|
638 event |
|
639 |
|
640 |
|
641 ) |
|
642 |
|
643 </code> |
|
644 |
|
645 <div class="description" property="yui:description"> |
|
646 Fires when the value for the configuration attribute 'duration' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
647 </div> |
|
648 |
|
649 <div class="description"> |
|
650 |
|
651 |
|
652 <dl rel="yui:parameters"> |
|
653 <dt>Parameters:</dt> |
|
654 <dd rel="yui:parameter"> |
|
655 <code><span property="yui:name">event</span> |
|
656 <<span property="yui:type">Event.Facade</span>> |
|
657 </code> |
|
658 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
659 </dd> |
|
660 |
|
661 </dl> |
|
662 |
|
663 |
|
664 </div> |
|
665 |
|
666 </div> |
|
667 <hr /> |
|
668 </div> |
|
669 <div class="" rel="yui:event" resource="#event_easingChange"> |
|
670 <h4> |
|
671 <a name="event_easingChange">easingChange</a></h4> |
|
672 <div class="detail"> |
|
673 <code> |
|
674 |
|
675 |
|
676 |
|
677 <strong property="yui:name">easingChange</strong> |
|
678 |
|
679 ( |
|
680 |
|
681 |
|
682 event |
|
683 |
|
684 |
|
685 ) |
|
686 |
|
687 </code> |
|
688 |
|
689 <div class="description" property="yui:description"> |
|
690 Fires when the value for the configuration attribute 'easing' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
691 </div> |
|
692 |
|
693 <div class="description"> |
|
694 |
|
695 |
|
696 <dl rel="yui:parameters"> |
|
697 <dt>Parameters:</dt> |
|
698 <dd rel="yui:parameter"> |
|
699 <code><span property="yui:name">event</span> |
|
700 <<span property="yui:type">Event.Facade</span>> |
|
701 </code> |
|
702 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
703 </dd> |
|
704 |
|
705 </dl> |
|
706 |
|
707 |
|
708 </div> |
|
709 |
|
710 </div> |
|
711 <hr /> |
|
712 </div> |
|
713 <div class="" rel="yui:event" resource="#event_elapsedTimeChange"> |
|
714 <h4> |
|
715 <a name="event_elapsedTimeChange">elapsedTimeChange</a></h4> |
|
716 <div class="detail"> |
|
717 <code> |
|
718 |
|
719 |
|
720 |
|
721 <strong property="yui:name">elapsedTimeChange</strong> |
|
722 |
|
723 ( |
|
724 |
|
725 |
|
726 event |
|
727 |
|
728 |
|
729 ) |
|
730 |
|
731 </code> |
|
732 |
|
733 <div class="description" property="yui:description"> |
|
734 Fires when the value for the configuration attribute 'elapsedTime' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
735 </div> |
|
736 |
|
737 <div class="description"> |
|
738 |
|
739 |
|
740 <dl rel="yui:parameters"> |
|
741 <dt>Parameters:</dt> |
|
742 <dd rel="yui:parameter"> |
|
743 <code><span property="yui:name">event</span> |
|
744 <<span property="yui:type">Event.Facade</span>> |
|
745 </code> |
|
746 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
747 </dd> |
|
748 |
|
749 </dl> |
|
750 |
|
751 |
|
752 </div> |
|
753 |
|
754 </div> |
|
755 <hr /> |
|
756 </div> |
|
757 <div class="" rel="yui:event" resource="#event_end"> |
|
758 <h4> |
|
759 <a name="event_end">end</a></h4> |
|
760 <div class="detail"> |
|
761 <code> |
|
762 |
|
763 |
|
764 |
|
765 <strong property="yui:name">end</strong> |
|
766 |
|
767 ( |
|
768 |
|
769 |
|
770 ev |
|
771 |
|
772 |
|
773 ) |
|
774 |
|
775 </code> |
|
776 |
|
777 <div class="description" property="yui:description"> |
|
778 fires after the animation completes. |
|
779 </div> |
|
780 |
|
781 <div class="description"> |
|
782 |
|
783 |
|
784 <dl rel="yui:parameters"> |
|
785 <dt>Parameters:</dt> |
|
786 <dd rel="yui:parameter"> |
|
787 <code><span property="yui:name">ev</span> |
|
788 <<span property="yui:type">Event</span>> |
|
789 </code> |
|
790 <span property="yui:description"> The end event.</span> |
|
791 </dd> |
|
792 |
|
793 </dl> |
|
794 |
|
795 |
|
796 </div> |
|
797 |
|
798 </div> |
|
799 <hr /> |
|
800 </div> |
|
801 <div class="" rel="yui:event" resource="#event_fromChange"> |
|
802 <h4> |
|
803 <a name="event_fromChange">fromChange</a></h4> |
|
804 <div class="detail"> |
|
805 <code> |
|
806 |
|
807 |
|
808 |
|
809 <strong property="yui:name">fromChange</strong> |
|
810 |
|
811 ( |
|
812 |
|
813 |
|
814 event |
|
815 |
|
816 |
|
817 ) |
|
818 |
|
819 </code> |
|
820 |
|
821 <div class="description" property="yui:description"> |
|
822 Fires when the value for the configuration attribute 'from' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
823 </div> |
|
824 |
|
825 <div class="description"> |
|
826 |
|
827 |
|
828 <dl rel="yui:parameters"> |
|
829 <dt>Parameters:</dt> |
|
830 <dd rel="yui:parameter"> |
|
831 <code><span property="yui:name">event</span> |
|
832 <<span property="yui:type">Event.Facade</span>> |
|
833 </code> |
|
834 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
835 </dd> |
|
836 |
|
837 </dl> |
|
838 |
|
839 |
|
840 </div> |
|
841 |
|
842 </div> |
|
843 <hr /> |
|
844 </div> |
|
845 <div class="" rel="yui:event" resource="#event_iteration"> |
|
846 <h4> |
|
847 <a name="event_iteration">iteration</a></h4> |
|
848 <div class="detail"> |
|
849 <code> |
|
850 |
|
851 |
|
852 |
|
853 <strong property="yui:name">iteration</strong> |
|
854 |
|
855 ( |
|
856 |
|
857 |
|
858 ev |
|
859 |
|
860 |
|
861 ) |
|
862 |
|
863 </code> |
|
864 |
|
865 <div class="description" property="yui:description"> |
|
866 fires when an animation begins an iteration. |
|
867 </div> |
|
868 |
|
869 <div class="description"> |
|
870 |
|
871 |
|
872 <dl rel="yui:parameters"> |
|
873 <dt>Parameters:</dt> |
|
874 <dd rel="yui:parameter"> |
|
875 <code><span property="yui:name">ev</span> |
|
876 <<span property="yui:type">Event</span>> |
|
877 </code> |
|
878 <span property="yui:description"> The iteration event.</span> |
|
879 </dd> |
|
880 |
|
881 </dl> |
|
882 |
|
883 |
|
884 </div> |
|
885 |
|
886 </div> |
|
887 <hr /> |
|
888 </div> |
|
889 <div class="" rel="yui:event" resource="#event_iterationCountChange"> |
|
890 <h4> |
|
891 <a name="event_iterationCountChange">iterationCountChange</a></h4> |
|
892 <div class="detail"> |
|
893 <code> |
|
894 |
|
895 |
|
896 |
|
897 <strong property="yui:name">iterationCountChange</strong> |
|
898 |
|
899 ( |
|
900 |
|
901 |
|
902 event |
|
903 |
|
904 |
|
905 ) |
|
906 |
|
907 </code> |
|
908 |
|
909 <div class="description" property="yui:description"> |
|
910 Fires when the value for the configuration attribute 'iterationCount' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
911 </div> |
|
912 |
|
913 <div class="description"> |
|
914 |
|
915 |
|
916 <dl rel="yui:parameters"> |
|
917 <dt>Parameters:</dt> |
|
918 <dd rel="yui:parameter"> |
|
919 <code><span property="yui:name">event</span> |
|
920 <<span property="yui:type">Event.Facade</span>> |
|
921 </code> |
|
922 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
923 </dd> |
|
924 |
|
925 </dl> |
|
926 |
|
927 |
|
928 </div> |
|
929 |
|
930 </div> |
|
931 <hr /> |
|
932 </div> |
|
933 <div class="" rel="yui:event" resource="#event_iterationsChange"> |
|
934 <h4> |
|
935 <a name="event_iterationsChange">iterationsChange</a></h4> |
|
936 <div class="detail"> |
|
937 <code> |
|
938 |
|
939 |
|
940 |
|
941 <strong property="yui:name">iterationsChange</strong> |
|
942 |
|
943 ( |
|
944 |
|
945 |
|
946 event |
|
947 |
|
948 |
|
949 ) |
|
950 |
|
951 </code> |
|
952 |
|
953 <div class="description" property="yui:description"> |
|
954 Fires when the value for the configuration attribute 'iterations' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
955 </div> |
|
956 |
|
957 <div class="description"> |
|
958 |
|
959 |
|
960 <dl rel="yui:parameters"> |
|
961 <dt>Parameters:</dt> |
|
962 <dd rel="yui:parameter"> |
|
963 <code><span property="yui:name">event</span> |
|
964 <<span property="yui:type">Event.Facade</span>> |
|
965 </code> |
|
966 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
967 </dd> |
|
968 |
|
969 </dl> |
|
970 |
|
971 |
|
972 </div> |
|
973 |
|
974 </div> |
|
975 <hr /> |
|
976 </div> |
|
977 <div class="" rel="yui:event" resource="#event_nodeChange"> |
|
978 <h4> |
|
979 <a name="event_nodeChange">nodeChange</a></h4> |
|
980 <div class="detail"> |
|
981 <code> |
|
982 |
|
983 |
|
984 |
|
985 <strong property="yui:name">nodeChange</strong> |
|
986 |
|
987 ( |
|
988 |
|
989 |
|
990 event |
|
991 |
|
992 |
|
993 ) |
|
994 |
|
995 </code> |
|
996 |
|
997 <div class="description" property="yui:description"> |
|
998 Fires when the value for the configuration attribute 'node' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
999 </div> |
|
1000 |
|
1001 <div class="description"> |
|
1002 |
|
1003 |
|
1004 <dl rel="yui:parameters"> |
|
1005 <dt>Parameters:</dt> |
|
1006 <dd rel="yui:parameter"> |
|
1007 <code><span property="yui:name">event</span> |
|
1008 <<span property="yui:type">Event.Facade</span>> |
|
1009 </code> |
|
1010 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1011 </dd> |
|
1012 |
|
1013 </dl> |
|
1014 |
|
1015 |
|
1016 </div> |
|
1017 |
|
1018 </div> |
|
1019 <hr /> |
|
1020 </div> |
|
1021 <div class="" rel="yui:event" resource="#event_pause"> |
|
1022 <h4> |
|
1023 <a name="event_pause">pause</a></h4> |
|
1024 <div class="detail"> |
|
1025 <code> |
|
1026 |
|
1027 |
|
1028 |
|
1029 <strong property="yui:name">pause</strong> |
|
1030 |
|
1031 ( |
|
1032 |
|
1033 |
|
1034 ev |
|
1035 |
|
1036 |
|
1037 ) |
|
1038 |
|
1039 </code> |
|
1040 |
|
1041 <div class="description" property="yui:description"> |
|
1042 fires when an animation is paused. |
|
1043 </div> |
|
1044 |
|
1045 <div class="description"> |
|
1046 |
|
1047 |
|
1048 <dl rel="yui:parameters"> |
|
1049 <dt>Parameters:</dt> |
|
1050 <dd rel="yui:parameter"> |
|
1051 <code><span property="yui:name">ev</span> |
|
1052 <<span property="yui:type">Event</span>> |
|
1053 </code> |
|
1054 <span property="yui:description"> The pause event.</span> |
|
1055 </dd> |
|
1056 |
|
1057 </dl> |
|
1058 |
|
1059 |
|
1060 </div> |
|
1061 |
|
1062 </div> |
|
1063 <hr /> |
|
1064 </div> |
|
1065 <div class="" rel="yui:event" resource="#event_pausedChange"> |
|
1066 <h4> |
|
1067 <a name="event_pausedChange">pausedChange</a></h4> |
|
1068 <div class="detail"> |
|
1069 <code> |
|
1070 |
|
1071 |
|
1072 |
|
1073 <strong property="yui:name">pausedChange</strong> |
|
1074 |
|
1075 ( |
|
1076 |
|
1077 |
|
1078 event |
|
1079 |
|
1080 |
|
1081 ) |
|
1082 |
|
1083 </code> |
|
1084 |
|
1085 <div class="description" property="yui:description"> |
|
1086 Fires when the value for the configuration attribute 'paused' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1087 </div> |
|
1088 |
|
1089 <div class="description"> |
|
1090 |
|
1091 |
|
1092 <dl rel="yui:parameters"> |
|
1093 <dt>Parameters:</dt> |
|
1094 <dd rel="yui:parameter"> |
|
1095 <code><span property="yui:name">event</span> |
|
1096 <<span property="yui:type">Event.Facade</span>> |
|
1097 </code> |
|
1098 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1099 </dd> |
|
1100 |
|
1101 </dl> |
|
1102 |
|
1103 |
|
1104 </div> |
|
1105 |
|
1106 </div> |
|
1107 <hr /> |
|
1108 </div> |
|
1109 <div class="" rel="yui:event" resource="#event_resume"> |
|
1110 <h4> |
|
1111 <a name="event_resume">resume</a></h4> |
|
1112 <div class="detail"> |
|
1113 <code> |
|
1114 |
|
1115 |
|
1116 |
|
1117 <strong property="yui:name">resume</strong> |
|
1118 |
|
1119 ( |
|
1120 |
|
1121 |
|
1122 ev |
|
1123 |
|
1124 |
|
1125 ) |
|
1126 |
|
1127 </code> |
|
1128 |
|
1129 <div class="description" property="yui:description"> |
|
1130 fires when an animation is resumed (run from pause). |
|
1131 </div> |
|
1132 |
|
1133 <div class="description"> |
|
1134 |
|
1135 |
|
1136 <dl rel="yui:parameters"> |
|
1137 <dt>Parameters:</dt> |
|
1138 <dd rel="yui:parameter"> |
|
1139 <code><span property="yui:name">ev</span> |
|
1140 <<span property="yui:type">Event</span>> |
|
1141 </code> |
|
1142 <span property="yui:description"> The pause event.</span> |
|
1143 </dd> |
|
1144 |
|
1145 </dl> |
|
1146 |
|
1147 |
|
1148 </div> |
|
1149 |
|
1150 </div> |
|
1151 <hr /> |
|
1152 </div> |
|
1153 <div class="" rel="yui:event" resource="#event_reverseChange"> |
|
1154 <h4> |
|
1155 <a name="event_reverseChange">reverseChange</a></h4> |
|
1156 <div class="detail"> |
|
1157 <code> |
|
1158 |
|
1159 |
|
1160 |
|
1161 <strong property="yui:name">reverseChange</strong> |
|
1162 |
|
1163 ( |
|
1164 |
|
1165 |
|
1166 event |
|
1167 |
|
1168 |
|
1169 ) |
|
1170 |
|
1171 </code> |
|
1172 |
|
1173 <div class="description" property="yui:description"> |
|
1174 Fires when the value for the configuration attribute 'reverse' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1175 </div> |
|
1176 |
|
1177 <div class="description"> |
|
1178 |
|
1179 |
|
1180 <dl rel="yui:parameters"> |
|
1181 <dt>Parameters:</dt> |
|
1182 <dd rel="yui:parameter"> |
|
1183 <code><span property="yui:name">event</span> |
|
1184 <<span property="yui:type">Event.Facade</span>> |
|
1185 </code> |
|
1186 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1187 </dd> |
|
1188 |
|
1189 </dl> |
|
1190 |
|
1191 |
|
1192 </div> |
|
1193 |
|
1194 </div> |
|
1195 <hr /> |
|
1196 </div> |
|
1197 <div class="" rel="yui:event" resource="#event_runningChange"> |
|
1198 <h4> |
|
1199 <a name="event_runningChange">runningChange</a></h4> |
|
1200 <div class="detail"> |
|
1201 <code> |
|
1202 |
|
1203 |
|
1204 |
|
1205 <strong property="yui:name">runningChange</strong> |
|
1206 |
|
1207 ( |
|
1208 |
|
1209 |
|
1210 event |
|
1211 |
|
1212 |
|
1213 ) |
|
1214 |
|
1215 </code> |
|
1216 |
|
1217 <div class="description" property="yui:description"> |
|
1218 Fires when the value for the configuration attribute 'running' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1219 </div> |
|
1220 |
|
1221 <div class="description"> |
|
1222 |
|
1223 |
|
1224 <dl rel="yui:parameters"> |
|
1225 <dt>Parameters:</dt> |
|
1226 <dd rel="yui:parameter"> |
|
1227 <code><span property="yui:name">event</span> |
|
1228 <<span property="yui:type">Event.Facade</span>> |
|
1229 </code> |
|
1230 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1231 </dd> |
|
1232 |
|
1233 </dl> |
|
1234 |
|
1235 |
|
1236 </div> |
|
1237 |
|
1238 </div> |
|
1239 <hr /> |
|
1240 </div> |
|
1241 <div class="" rel="yui:event" resource="#event_start"> |
|
1242 <h4> |
|
1243 <a name="event_start">start</a></h4> |
|
1244 <div class="detail"> |
|
1245 <code> |
|
1246 |
|
1247 |
|
1248 |
|
1249 <strong property="yui:name">start</strong> |
|
1250 |
|
1251 ( |
|
1252 |
|
1253 |
|
1254 ev |
|
1255 |
|
1256 |
|
1257 ) |
|
1258 |
|
1259 </code> |
|
1260 |
|
1261 <div class="description" property="yui:description"> |
|
1262 fires when an animation begins. |
|
1263 </div> |
|
1264 |
|
1265 <div class="description"> |
|
1266 |
|
1267 |
|
1268 <dl rel="yui:parameters"> |
|
1269 <dt>Parameters:</dt> |
|
1270 <dd rel="yui:parameter"> |
|
1271 <code><span property="yui:name">ev</span> |
|
1272 <<span property="yui:type">Event</span>> |
|
1273 </code> |
|
1274 <span property="yui:description"> The start event.</span> |
|
1275 </dd> |
|
1276 |
|
1277 </dl> |
|
1278 |
|
1279 |
|
1280 </div> |
|
1281 |
|
1282 </div> |
|
1283 <hr /> |
|
1284 </div> |
|
1285 <div class="" rel="yui:event" resource="#event_startTimeChange"> |
|
1286 <h4> |
|
1287 <a name="event_startTimeChange">startTimeChange</a></h4> |
|
1288 <div class="detail"> |
|
1289 <code> |
|
1290 |
|
1291 |
|
1292 |
|
1293 <strong property="yui:name">startTimeChange</strong> |
|
1294 |
|
1295 ( |
|
1296 |
|
1297 |
|
1298 event |
|
1299 |
|
1300 |
|
1301 ) |
|
1302 |
|
1303 </code> |
|
1304 |
|
1305 <div class="description" property="yui:description"> |
|
1306 Fires when the value for the configuration attribute 'startTime' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1307 </div> |
|
1308 |
|
1309 <div class="description"> |
|
1310 |
|
1311 |
|
1312 <dl rel="yui:parameters"> |
|
1313 <dt>Parameters:</dt> |
|
1314 <dd rel="yui:parameter"> |
|
1315 <code><span property="yui:name">event</span> |
|
1316 <<span property="yui:type">Event.Facade</span>> |
|
1317 </code> |
|
1318 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1319 </dd> |
|
1320 |
|
1321 </dl> |
|
1322 |
|
1323 |
|
1324 </div> |
|
1325 |
|
1326 </div> |
|
1327 <hr /> |
|
1328 </div> |
|
1329 <div class="" rel="yui:event" resource="#event_toChange"> |
|
1330 <h4> |
|
1331 <a name="event_toChange">toChange</a></h4> |
|
1332 <div class="detail"> |
|
1333 <code> |
|
1334 |
|
1335 |
|
1336 |
|
1337 <strong property="yui:name">toChange</strong> |
|
1338 |
|
1339 ( |
|
1340 |
|
1341 |
|
1342 event |
|
1343 |
|
1344 |
|
1345 ) |
|
1346 |
|
1347 </code> |
|
1348 |
|
1349 <div class="description" property="yui:description"> |
|
1350 Fires when the value for the configuration attribute 'to' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1351 </div> |
|
1352 |
|
1353 <div class="description"> |
|
1354 |
|
1355 |
|
1356 <dl rel="yui:parameters"> |
|
1357 <dt>Parameters:</dt> |
|
1358 <dd rel="yui:parameter"> |
|
1359 <code><span property="yui:name">event</span> |
|
1360 <<span property="yui:type">Event.Facade</span>> |
|
1361 </code> |
|
1362 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1363 </dd> |
|
1364 |
|
1365 </dl> |
|
1366 |
|
1367 |
|
1368 </div> |
|
1369 |
|
1370 </div> |
|
1371 <hr /> |
|
1372 </div> |
|
1373 <div class="" rel="yui:event" resource="#event_tween"> |
|
1374 <h4> |
|
1375 <a name="event_tween">tween</a></h4> |
|
1376 <div class="detail"> |
|
1377 <code> |
|
1378 |
|
1379 |
|
1380 |
|
1381 <strong property="yui:name">tween</strong> |
|
1382 |
|
1383 ( |
|
1384 |
|
1385 |
|
1386 ev |
|
1387 |
|
1388 |
|
1389 ) |
|
1390 |
|
1391 </code> |
|
1392 |
|
1393 <div class="description" property="yui:description"> |
|
1394 fires every frame of the animation. |
|
1395 </div> |
|
1396 |
|
1397 <div class="description"> |
|
1398 |
|
1399 |
|
1400 <dl rel="yui:parameters"> |
|
1401 <dt>Parameters:</dt> |
|
1402 <dd rel="yui:parameter"> |
|
1403 <code><span property="yui:name">ev</span> |
|
1404 <<span property="yui:type">Event</span>> |
|
1405 </code> |
|
1406 <span property="yui:description"> The tween event.</span> |
|
1407 </dd> |
|
1408 |
|
1409 </dl> |
|
1410 |
|
1411 |
|
1412 </div> |
|
1413 |
|
1414 </div> |
|
1415 <hr /> |
|
1416 </div> |
|
1417 </div> |
|
1418 </div> |
|
1419 |
|
1420 |
|
1421 <div rel="yui:inheritance"> |
|
1422 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
1423 <h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
1424 <div class="content" rel="yui:events"> |
|
1425 <code> |
|
1426 <span rel="yui:event" resource="Base.html#event_destroy"> |
|
1427 <a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
1428 </span> |
|
1429 <span rel="yui:event" resource="Base.html#event_destroyedChange"> |
|
1430 <a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span> |
|
1431 </span> |
|
1432 <span rel="yui:event" resource="Base.html#event_init"> |
|
1433 <a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
1434 </span> |
|
1435 <span rel="yui:event" resource="Base.html#event_initializedChange"> |
|
1436 <a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span> |
|
1437 </span> |
|
1438 |
|
1439 </code> |
|
1440 </div> |
|
1441 </div> |
|
1442 </div> |
|
1443 </div> |
|
1444 |
|
1445 <div rel="yui:attributes" resource="#configattributes"> |
|
1446 <div class="section field details"> |
|
1447 <h3 id="configattributes">Configuration Attributes</h3> |
|
1448 <div class="content"> |
|
1449 <div class="" rel="yui:attribute" resource="#config_direction"> |
|
1450 <h4><a name="config_direction">direction</a> |
|
1451 <code>- <span property="yui:type">String</span></code> |
|
1452 </h4> |
|
1453 <div class="detail"> |
|
1454 <div class="description" property="yui:description"> |
|
1455 How iterations of the animation should behave. |
|
1456 Possible values are "normal" and "alternate". |
|
1457 Normal will repeat the animation, alternate will reverse on every other pass. |
|
1458 </div> |
|
1459 </div> |
|
1460 |
|
1461 |
|
1462 <div class="default"> |
|
1463 Default Value: "normal" |
|
1464 </div> |
|
1465 |
|
1466 <hr /> |
|
1467 </div> |
|
1468 <div class="" rel="yui:attribute" resource="#config_duration"> |
|
1469 <h4><a name="config_duration">duration</a> |
|
1470 <code>- <span property="yui:type">NUM</span></code> |
|
1471 </h4> |
|
1472 <div class="detail"> |
|
1473 <div class="description" property="yui:description"> |
|
1474 The length of the animation. Defaults to "1" (second). |
|
1475 </div> |
|
1476 </div> |
|
1477 |
|
1478 |
|
1479 |
|
1480 <hr /> |
|
1481 </div> |
|
1482 <div class="" rel="yui:attribute" resource="#config_easing"> |
|
1483 <h4><a name="config_easing">easing</a> |
|
1484 <code>- <span property="yui:type">Function</span></code> |
|
1485 </h4> |
|
1486 <div class="detail"> |
|
1487 <div class="description" property="yui:description"> |
|
1488 The method that will provide values to the attribute(s) during the animation. |
|
1489 Defaults to "Easing.easeNone". |
|
1490 </div> |
|
1491 </div> |
|
1492 |
|
1493 |
|
1494 |
|
1495 <hr /> |
|
1496 </div> |
|
1497 <div class="" rel="yui:attribute" resource="#config_elapsedTime"> |
|
1498 <h4><a name="config_elapsedTime">elapsedTime</a> |
|
1499 <code>- <span property="yui:type">Int</span></code> |
|
1500 </h4> |
|
1501 <div class="detail"> |
|
1502 <div class="description" property="yui:description"> |
|
1503 Current time the animation has been running. |
|
1504 </div> |
|
1505 </div> |
|
1506 |
|
1507 |
|
1508 <div class="default"> |
|
1509 Default Value: 0 |
|
1510 </div> |
|
1511 |
|
1512 <hr /> |
|
1513 </div> |
|
1514 <div class="" rel="yui:attribute" resource="#config_from"> |
|
1515 <h4><a name="config_from">from</a> |
|
1516 <code>- <span property="yui:type">Object</span></code> |
|
1517 </h4> |
|
1518 <div class="detail"> |
|
1519 <div class="description" property="yui:description"> |
|
1520 The starting values for the animated properties. |
|
1521 Fields may be strings, numbers, or functions. |
|
1522 If a function is used, the return value becomes the from value. |
|
1523 If no from value is specified, the DEFAULT_GETTER will be used. |
|
1524 </div> |
|
1525 </div> |
|
1526 |
|
1527 |
|
1528 |
|
1529 <hr /> |
|
1530 </div> |
|
1531 <div class="" rel="yui:attribute" resource="#config_iterationCount"> |
|
1532 <h4><a name="config_iterationCount">iterationCount</a> |
|
1533 <code>- <span property="yui:type">Int</span></code> |
|
1534 </h4> |
|
1535 <div class="detail"> |
|
1536 <div class="description" property="yui:description"> |
|
1537 The number of iterations that have occurred. |
|
1538 Resets when an animation ends (reaches iteration count or stop() called). |
|
1539 </div> |
|
1540 </div> |
|
1541 |
|
1542 |
|
1543 <div class="default"> |
|
1544 Default Value: 0 |
|
1545 </div> |
|
1546 |
|
1547 <hr /> |
|
1548 </div> |
|
1549 <div class="" rel="yui:attribute" resource="#config_iterations"> |
|
1550 <h4><a name="config_iterations">iterations</a> |
|
1551 <code>- <span property="yui:type">Int</span></code> |
|
1552 </h4> |
|
1553 <div class="detail"> |
|
1554 <div class="description" property="yui:description"> |
|
1555 The number of times the animation should run |
|
1556 </div> |
|
1557 </div> |
|
1558 |
|
1559 |
|
1560 <div class="default"> |
|
1561 Default Value: 1 |
|
1562 </div> |
|
1563 |
|
1564 <hr /> |
|
1565 </div> |
|
1566 <div class="" rel="yui:attribute" resource="#config_node"> |
|
1567 <h4><a name="config_node">node</a> |
|
1568 <code>- <span property="yui:type">Node</span></code> |
|
1569 </h4> |
|
1570 <div class="detail"> |
|
1571 <div class="description" property="yui:description"> |
|
1572 The object to be animated. |
|
1573 </div> |
|
1574 </div> |
|
1575 |
|
1576 |
|
1577 |
|
1578 <hr /> |
|
1579 </div> |
|
1580 <div class="" rel="yui:attribute" resource="#config_paused"> |
|
1581 <h4><a name="config_paused">paused</a> |
|
1582 <code>- <span property="yui:type">Boolean</span></code> |
|
1583 </h4> |
|
1584 <div class="detail"> |
|
1585 <div class="description" property="yui:description"> |
|
1586 Whether or not the animation is currently paused. |
|
1587 </div> |
|
1588 </div> |
|
1589 |
|
1590 |
|
1591 <div class="default"> |
|
1592 Default Value: false |
|
1593 </div> |
|
1594 |
|
1595 <hr /> |
|
1596 </div> |
|
1597 <div class="" rel="yui:attribute" resource="#config_reverse"> |
|
1598 <h4><a name="config_reverse">reverse</a> |
|
1599 <code>- <span property="yui:type">Boolean</span></code> |
|
1600 </h4> |
|
1601 <div class="detail"> |
|
1602 <div class="description" property="yui:description"> |
|
1603 If true, animation begins from last frame |
|
1604 </div> |
|
1605 </div> |
|
1606 |
|
1607 |
|
1608 <div class="default"> |
|
1609 Default Value: false |
|
1610 </div> |
|
1611 |
|
1612 <hr /> |
|
1613 </div> |
|
1614 <div class="" rel="yui:attribute" resource="#config_running"> |
|
1615 <h4><a name="config_running">running</a> |
|
1616 <code>- <span property="yui:type">Boolean</span></code> |
|
1617 </h4> |
|
1618 <div class="detail"> |
|
1619 <div class="description" property="yui:description"> |
|
1620 Whether or not the animation is currently running. |
|
1621 </div> |
|
1622 </div> |
|
1623 |
|
1624 |
|
1625 <div class="default"> |
|
1626 Default Value: false |
|
1627 </div> |
|
1628 |
|
1629 <hr /> |
|
1630 </div> |
|
1631 <div class="" rel="yui:attribute" resource="#config_startTime"> |
|
1632 <h4><a name="config_startTime">startTime</a> |
|
1633 <code>- <span property="yui:type">Int</span></code> |
|
1634 </h4> |
|
1635 <div class="detail"> |
|
1636 <div class="description" property="yui:description"> |
|
1637 Date stamp for the first frame of the animation. |
|
1638 </div> |
|
1639 </div> |
|
1640 |
|
1641 |
|
1642 <div class="default"> |
|
1643 Default Value: 0 |
|
1644 </div> |
|
1645 |
|
1646 <hr /> |
|
1647 </div> |
|
1648 <div class="" rel="yui:attribute" resource="#config_to"> |
|
1649 <h4><a name="config_to">to</a> |
|
1650 <code>- <span property="yui:type">Object</span></code> |
|
1651 </h4> |
|
1652 <div class="detail"> |
|
1653 <div class="description" property="yui:description"> |
|
1654 The ending values for the animated properties. |
|
1655 Fields may be strings, numbers, or functions. |
|
1656 </div> |
|
1657 </div> |
|
1658 |
|
1659 |
|
1660 |
|
1661 <hr /> |
|
1662 </div> |
|
1663 |
|
1664 </div> |
|
1665 </div> |
|
1666 |
|
1667 <div rel="yui:inheritance"> |
|
1668 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
1669 <h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
1670 <div class="content" rel="yui:attributes"> |
|
1671 <code> |
|
1672 <span rel="yui:attribute" resource="Base.html#config_destroyed"> |
|
1673 <a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span> |
|
1674 </span> |
|
1675 <span rel="yui:attribute" resource="Base.html#config_initialized"> |
|
1676 <a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span> |
|
1677 </span> |
|
1678 |
|
1679 </code> |
|
1680 </div> |
|
1681 </div> |
|
1682 </div> |
|
1683 </div> |
|
1684 |
|
1685 </div> |
|
1686 </div> |
|
1687 <div class="yui-b"> |
|
1688 <div class="nav"> |
|
1689 |
|
1690 <div id="moduleList" class="module"> |
|
1691 <h4>Modules</h4> |
|
1692 <ul class="content"> |
|
1693 <li class="selected"><a href="module_anim.html" title="anim">anim</a></li> |
|
1694 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
1695 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
1696 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
1697 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
1698 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
1699 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
1700 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
1701 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
1702 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
1703 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
1704 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
1705 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
1706 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
1707 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
1708 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
1709 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
1710 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
1711 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
1712 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
1713 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
1714 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
1715 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
1716 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
1717 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
1718 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
1719 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
1720 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
1721 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
1722 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
1723 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
1724 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
1725 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
1726 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
1727 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
1728 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
1729 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
1730 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
1731 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
1732 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
1733 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
1734 </ul> |
|
1735 </div> |
|
1736 |
|
1737 <div id="classList" class="module"> |
|
1738 <h4>Classes</h4> |
|
1739 <ul class="content"> |
|
1740 <li class="selected"><a href="Anim.html" title="Anim">Anim</a></li> |
|
1741 <li class=""><a href="Easing.html" title="Easing">Easing</a></li> |
|
1742 <li class=""><a href="Plugin.NodeFX.html" title="Plugin.NodeFX">Plugin.NodeFX</a></li> |
|
1743 </ul> |
|
1744 </div> |
|
1745 |
|
1746 <div id="fileList" class="module"> |
|
1747 <h4>Files</h4> |
|
1748 <ul class="content"> |
|
1749 <li class=""><a href="anim-color.js.html" title="anim-color.js">anim-color.js</a></li> |
|
1750 <li class=""><a href="anim-curve.js.html" title="anim-curve.js">anim-curve.js</a></li> |
|
1751 <li class=""><a href="anim-easing.js.html" title="anim-easing.js">anim-easing.js</a></li> |
|
1752 <li class=""><a href="anim-node-plugin.js.html" title="anim-node-plugin.js">anim-node-plugin.js</a></li> |
|
1753 <li class=""><a href="anim-scroll.js.html" title="anim-scroll.js">anim-scroll.js</a></li> |
|
1754 <li class=""><a href="anim-xy.js.html" title="anim-xy.js">anim-xy.js</a></li> |
|
1755 <li class=""><a href="anim.js.html" title="anim.js">anim.js</a></li> |
|
1756 </ul> |
|
1757 </div> |
|
1758 |
|
1759 <div id="propertyList" class="module"> |
|
1760 <h4>Properties</h4> |
|
1761 <ul class="content"> |
|
1762 <li class=""><a href="#property_behaviors" title="behaviors">behaviors</a></li> |
|
1763 <li class=""><a href="#property_DEFAULT_GETTER" title="DEFAULT_GETTER">DEFAULT_GETTER</a></li> |
|
1764 <li class=""><a href="#property_DEFAULT_SETTER" title="DEFAULT_SETTER">DEFAULT_SETTER</a></li> |
|
1765 <li class=""><a href="#property_DEFAULT_UNIT" title="DEFAULT_UNIT">DEFAULT_UNIT</a></li> |
|
1766 <li class=""><a href="#property_RE_DEFAULT_UNIT" title="RE_DEFAULT_UNIT">RE_DEFAULT_UNIT</a></li> |
|
1767 </ul> |
|
1768 </div> |
|
1769 |
|
1770 <div id="methodsList" class="module"> |
|
1771 <h4>Methods</h4> |
|
1772 <ul class="content"> |
|
1773 <li class="private"><a href="#method__runFrame" title="_runFrame">_runFrame</a></li> |
|
1774 <li class=""><a href="#method_getBezier" title="getBezier">getBezier</a></li> |
|
1775 <li class=""><a href="#method_pause" title="pause">pause</a></li> |
|
1776 <li class=""><a href="#method_run" title="run">run</a></li> |
|
1777 <li class=""><a href="#method_stop" title="stop">stop</a></li> |
|
1778 </ul> |
|
1779 </div> |
|
1780 |
|
1781 <div id="eventsList" class="module"> |
|
1782 <h4>Events</h4> |
|
1783 <ul class="content"> |
|
1784 <li class=""><a href="#event_directionChange" title="directionChange">directionChange</a></li> |
|
1785 <li class=""><a href="#event_durationChange" title="durationChange">durationChange</a></li> |
|
1786 <li class=""><a href="#event_easingChange" title="easingChange">easingChange</a></li> |
|
1787 <li class=""><a href="#event_elapsedTimeChange" title="elapsedTimeChange">elapsedTimeChange</a></li> |
|
1788 <li class=""><a href="#event_end" title="end">end</a></li> |
|
1789 <li class=""><a href="#event_fromChange" title="fromChange">fromChange</a></li> |
|
1790 <li class=""><a href="#event_iteration" title="iteration">iteration</a></li> |
|
1791 <li class=""><a href="#event_iterationCountChange" title="iterationCountChange">iterationCountChange</a></li> |
|
1792 <li class=""><a href="#event_iterationsChange" title="iterationsChange">iterationsChange</a></li> |
|
1793 <li class=""><a href="#event_nodeChange" title="nodeChange">nodeChange</a></li> |
|
1794 <li class=""><a href="#event_pause" title="pause">pause</a></li> |
|
1795 <li class=""><a href="#event_pausedChange" title="pausedChange">pausedChange</a></li> |
|
1796 <li class=""><a href="#event_resume" title="resume">resume</a></li> |
|
1797 <li class=""><a href="#event_reverseChange" title="reverseChange">reverseChange</a></li> |
|
1798 <li class=""><a href="#event_runningChange" title="runningChange">runningChange</a></li> |
|
1799 <li class=""><a href="#event_start" title="start">start</a></li> |
|
1800 <li class=""><a href="#event_startTimeChange" title="startTimeChange">startTimeChange</a></li> |
|
1801 <li class=""><a href="#event_toChange" title="toChange">toChange</a></li> |
|
1802 <li class=""><a href="#event_tween" title="tween">tween</a></li> |
|
1803 </ul> |
|
1804 </div> |
|
1805 |
|
1806 <div id="configList" class="module"> |
|
1807 <h4>Configuration Attributes</h4> |
|
1808 <ul class="content"> |
|
1809 <li class=""><a href="#config_direction" title="direction">direction</a></li> |
|
1810 <li class=""><a href="#config_duration" title="duration">duration</a></li> |
|
1811 <li class=""><a href="#config_easing" title="easing">easing</a></li> |
|
1812 <li class=""><a href="#config_elapsedTime" title="elapsedTime">elapsedTime</a></li> |
|
1813 <li class=""><a href="#config_from" title="from">from</a></li> |
|
1814 <li class=""><a href="#config_iterationCount" title="iterationCount">iterationCount</a></li> |
|
1815 <li class=""><a href="#config_iterations" title="iterations">iterations</a></li> |
|
1816 <li class=""><a href="#config_node" title="node">node</a></li> |
|
1817 <li class=""><a href="#config_paused" title="paused">paused</a></li> |
|
1818 <li class=""><a href="#config_reverse" title="reverse">reverse</a></li> |
|
1819 <li class=""><a href="#config_running" title="running">running</a></li> |
|
1820 <li class=""><a href="#config_startTime" title="startTime">startTime</a></li> |
|
1821 <li class=""><a href="#config_to" title="to">to</a></li> |
|
1822 </ul> |
|
1823 </div> |
|
1824 |
|
1825 </div> |
|
1826 </div> |
|
1827 </div> |
|
1828 <div id="ft"> |
|
1829 <hr /> |
|
1830 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
1831 </div> |
|
1832 </div> |
|
1833 <script type="text/javascript"> |
|
1834 ALL_YUI_PROPS = [{"access": "", "host": "Easing", "name": "backBoth", "url": "Easing.html#method_backBoth", "type": "method"}, {"access": "", "host": "Easing", "name": "backIn", "url": "Easing.html#method_backIn", "type": "method"}, {"access": "", "host": "Easing", "name": "backOut", "url": "Easing.html#method_backOut", "type": "method"}, {"access": "", "host": "Anim", "name": "behaviors", "url": "Anim.html#property_behaviors", "type": "property"}, {"access": "", "host": "Easing", "name": "bounceBoth", "url": "Easing.html#method_bounceBoth", "type": "method"}, {"access": "", "host": "Easing", "name": "bounceIn", "url": "Easing.html#method_bounceIn", "type": "method"}, {"access": "", "host": "Easing", "name": "bounceOut", "url": "Easing.html#method_bounceOut", "type": "method"}, {"access": "", "host": "Anim", "name": "DEFAULT_GETTER", "url": "Anim.html#property_DEFAULT_GETTER", "type": "property"}, {"access": "", "host": "Anim", "name": "DEFAULT_SETTER", "url": "Anim.html#property_DEFAULT_SETTER", "type": "property"}, {"access": "", "host": "Anim", "name": "DEFAULT_UNIT", "url": "Anim.html#property_DEFAULT_UNIT", "type": "property"}, {"access": "", "host": "Anim", "name": "direction", "url": "Anim.html#config_direction", "type": "config"}, {"access": "", "host": "Anim", "name": "directionChange", "url": "Anim.html#event_directionChange", "type": "event"}, {"access": "", "host": "Anim", "name": "duration", "url": "Anim.html#config_duration", "type": "config"}, {"access": "", "host": "Anim", "name": "durationChange", "url": "Anim.html#event_durationChange", "type": "event"}, {"access": "", "host": "Easing", "name": "easeBoth", "url": "Easing.html#method_easeBoth", "type": "method"}, {"access": "", "host": "Easing", "name": "easeBothStrong", "url": "Easing.html#method_easeBothStrong", "type": "method"}, {"access": "", "host": "Easing", "name": "easeIn", "url": "Easing.html#method_easeIn", "type": "method"}, {"access": "", "host": "Easing", "name": "easeInStrong", "url": "Easing.html#method_easeInStrong", "type": "method"}, {"access": "", "host": "Easing", "name": "easeNone", "url": "Easing.html#method_easeNone", "type": "method"}, {"access": "", "host": "Easing", "name": "easeOut", "url": "Easing.html#method_easeOut", "type": "method"}, {"access": "", "host": "Easing", "name": "easeOutStrong", "url": "Easing.html#method_easeOutStrong", "type": "method"}, {"access": "", "host": "Anim", "name": "easing", "url": "Anim.html#config_easing", "type": "config"}, {"access": "", "host": "Anim", "name": "easingChange", "url": "Anim.html#event_easingChange", "type": "event"}, {"access": "", "host": "Anim", "name": "elapsedTime", "url": "Anim.html#config_elapsedTime", "type": "config"}, {"access": "", "host": "Anim", "name": "elapsedTimeChange", "url": "Anim.html#event_elapsedTimeChange", "type": "event"}, {"access": "", "host": "Easing", "name": "elasticBoth", "url": "Easing.html#method_elasticBoth", "type": "method"}, {"access": "", "host": "Easing", "name": "elasticIn", "url": "Easing.html#method_elasticIn", "type": "method"}, {"access": "", "host": "Easing", "name": "elasticOut", "url": "Easing.html#method_elasticOut", "type": "method"}, {"access": "", "host": "Anim", "name": "end", "url": "Anim.html#event_end", "type": "event"}, {"access": "", "host": "Anim", "name": "from", "url": "Anim.html#config_from", "type": "config"}, {"access": "", "host": "Anim", "name": "fromChange", "url": "Anim.html#event_fromChange", "type": "event"}, {"access": "", "host": "Anim", "name": "getBezier", "url": "Anim.html#method_getBezier", "type": "method"}, {"access": "", "host": "Anim", "name": "iteration", "url": "Anim.html#event_iteration", "type": "event"}, {"access": "", "host": "Anim", "name": "iterationCount", "url": "Anim.html#config_iterationCount", "type": "config"}, {"access": "", "host": "Anim", "name": "iterationCountChange", "url": "Anim.html#event_iterationCountChange", "type": "event"}, {"access": "", "host": "Anim", "name": "iterations", "url": "Anim.html#config_iterations", "type": "config"}, {"access": "", "host": "Anim", "name": "iterationsChange", "url": "Anim.html#event_iterationsChange", "type": "event"}, {"access": "", "host": "Anim", "name": "node", "url": "Anim.html#config_node", "type": "config"}, {"access": "", "host": "Anim", "name": "nodeChange", "url": "Anim.html#event_nodeChange", "type": "event"}, {"access": "", "host": "Anim", "name": "pause", "url": "Anim.html#method_pause", "type": "method"}, {"access": "", "host": "Anim", "name": "pause", "url": "Anim.html#event_pause", "type": "event"}, {"access": "", "host": "Anim", "name": "paused", "url": "Anim.html#config_paused", "type": "config"}, {"access": "", "host": "Anim", "name": "pausedChange", "url": "Anim.html#event_pausedChange", "type": "event"}, {"access": "", "host": "Anim", "name": "RE_DEFAULT_UNIT", "url": "Anim.html#property_RE_DEFAULT_UNIT", "type": "property"}, {"access": "", "host": "Anim", "name": "resume", "url": "Anim.html#event_resume", "type": "event"}, {"access": "", "host": "Anim", "name": "reverse", "url": "Anim.html#config_reverse", "type": "config"}, {"access": "", "host": "Anim", "name": "reverseChange", "url": "Anim.html#event_reverseChange", "type": "event"}, {"access": "", "host": "Anim", "name": "run", "url": "Anim.html#method_run", "type": "method"}, {"access": "private", "host": "Anim", "name": "_runFrame", "url": "Anim.html#method__runFrame", "type": "method"}, {"access": "", "host": "Anim", "name": "running", "url": "Anim.html#config_running", "type": "config"}, {"access": "", "host": "Anim", "name": "runningChange", "url": "Anim.html#event_runningChange", "type": "event"}, {"access": "", "host": "Anim", "name": "start", "url": "Anim.html#event_start", "type": "event"}, {"access": "", "host": "Anim", "name": "startTime", "url": "Anim.html#config_startTime", "type": "config"}, {"access": "", "host": "Anim", "name": "startTimeChange", "url": "Anim.html#event_startTimeChange", "type": "event"}, {"access": "", "host": "Anim", "name": "stop", "url": "Anim.html#method_stop", "type": "method"}, {"access": "", "host": "Anim", "name": "to", "url": "Anim.html#config_to", "type": "config"}, {"access": "", "host": "Anim", "name": "toChange", "url": "Anim.html#event_toChange", "type": "event"}, {"access": "", "host": "Anim", "name": "tween", "url": "Anim.html#event_tween", "type": "event"}]; |
|
1835 </script> |
|
1836 </body> |
|
1837 </html> |