Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: pkg/polymer/lib/elements/polymer-animation/docs.json

Issue 175443005: [polymer] import all elements (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated from bower Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "project": {
3 "name": "Docs",
4 "description": "Docs"
5 },
6 "files": {
7 "..\\..\\polymer-animation\\polymer-animation-group.html": {
8 "name": "..\\..\\polymer-animation\\polymer-animation-group.html",
9 "modules": {
10 "Animation": 1
11 },
12 "classes": {
13 "polymer-animation-group": 1
14 },
15 "fors": {},
16 "namespaces": {}
17 },
18 "..\\..\\polymer-animation\\polymer-animation-keyframe.html": {
19 "name": "..\\..\\polymer-animation\\polymer-animation-keyframe.html" ,
20 "modules": {},
21 "classes": {
22 "polymer-animation-keyframe": 1
23 },
24 "fors": {},
25 "namespaces": {}
26 },
27 "..\\..\\polymer-animation\\polymer-animation-prop.html": {
28 "name": "..\\..\\polymer-animation\\polymer-animation-prop.html",
29 "modules": {},
30 "classes": {
31 "polymer-animation-prop": 1
32 },
33 "fors": {},
34 "namespaces": {}
35 },
36 "..\\..\\polymer-animation\\polymer-animation.html": {
37 "name": "..\\..\\polymer-animation\\polymer-animation.html",
38 "modules": {},
39 "classes": {
40 "polymer-animation": 1
41 },
42 "fors": {},
43 "namespaces": {}
44 }
45 },
46 "modules": {
47 "Animation": {
48 "name": "Animation",
49 "submodules": {},
50 "classes": {
51 "polymer-animation-group": 1,
52 "polymer-animation-keyframe": 1,
53 "polymer-animation-prop": 1,
54 "polymer-animation": 1
55 },
56 "fors": {},
57 "namespaces": {},
58 "tag": "module",
59 "file": "..\\..\\polymer-animation\\polymer-animation.html",
60 "line": 33,
61 "itemtype": "main",
62 "example": [
63 " toolkitchen/labs/animation2/grid-fade.html",
64 " toolkitchen/labs/animation2/group.html"
65 ]
66 }
67 },
68 "classes": {
69 "polymer-animation-group": {
70 "name": "polymer-animation-group",
71 "shortname": "polymer-animation-group",
72 "classitems": [],
73 "plugins": [],
74 "extensions": [],
75 "plugin_for": [],
76 "extension_for": [],
77 "module": "Animation",
78 "namespace": "",
79 "file": "..\\..\\polymer-animation\\polymer-animation-group.html",
80 "line": 14,
81 "description": "Component for a group of animations."
82 },
83 "polymer-animation-keyframe": {
84 "name": "polymer-animation-keyframe",
85 "shortname": "polymer-animation-keyframe",
86 "classitems": [],
87 "plugins": [],
88 "extensions": [],
89 "plugin_for": [],
90 "extension_for": [],
91 "module": "Animation",
92 "namespace": "",
93 "file": "..\\..\\polymer-animation\\polymer-animation-keyframe.html" ,
94 "line": 5,
95 "description": "Defines a keyframe in an animation. Its children sho uld be\n`<polymer-animation-prop>` elements specifying the css\nproperty value a t the keyframe."
96 },
97 "polymer-animation-prop": {
98 "name": "polymer-animation-prop",
99 "shortname": "polymer-animation-prop",
100 "classitems": [],
101 "plugins": [],
102 "extensions": [],
103 "plugin_for": [],
104 "extension_for": [],
105 "module": "Animation",
106 "namespace": "",
107 "file": "..\\..\\polymer-animation\\polymer-animation-prop.html",
108 "line": 5,
109 "description": "A CSS property and value to use in a `<polymer-anima tion-keyframe>`."
110 },
111 "polymer-animation": {
112 "name": "polymer-animation",
113 "shortname": "polymer-animation",
114 "classitems": [],
115 "plugins": [],
116 "extensions": [],
117 "plugin_for": [],
118 "extension_for": [],
119 "module": "Animation",
120 "namespace": "",
121 "file": "..\\..\\polymer-animation\\polymer-animation.html",
122 "line": 33,
123 "description": "Component for a single animation.\n\nA animation com ponent to fade out an element:\n\n <polymer-animation id=\"fadeout\">\n <polymer-animation-keyframe offset=\"0\">\n <polymer-animation-prop name= \"opacity\" value=\"0\">\n </polymer-animation-keyframe>\n </polymer -animation-keyframe>\n <polymer-animation-keyframe offset=\"1\">\n < polymer-animation-prop name=\"opacity\" value=\"1\">\n <polymer-animation -prop>\n </polymer-animation-keyframe>\n </polymer-animation>"
124 }
125 },
126 "classitems": [
127 {
128 "file": "..\\..\\polymer-animation\\polymer-animation-group.html",
129 "line": 20,
130 "description": "If specified the target will be assigned to all chil d animations.",
131 "itemtype": "property",
132 "name": "target",
133 "type": "HTMLElement|Node",
134 "default": "null",
135 "class": "polymer-animation-group",
136 "module": "Animation"
137 },
138 {
139 "file": "..\\..\\polymer-animation\\polymer-animation-group.html",
140 "line": 27,
141 "description": "If specified and not \"auto\" the duration will appl y to the group\nand propagate to any child animations that is not a group and do es\nnot specify a duration.",
142 "itemtype": "property",
143 "name": "duration",
144 "type": "number",
145 "default": "\"auto\"",
146 "class": "polymer-animation-group",
147 "module": "Animation"
148 },
149 {
150 "file": "..\\..\\polymer-animation\\polymer-animation-group.html",
151 "line": 36,
152 "description": "Group type. 'par' for parallel and 'seq' for sequenc e.",
153 "itemtype": "property",
154 "name": "type",
155 "type": "String",
156 "default": "'par'",
157 "class": "polymer-animation-group",
158 "module": "Animation"
159 },
160 {
161 "file": "..\\..\\polymer-animation\\polymer-animation-keyframe.html" ,
162 "line": 12,
163 "description": "From 0 to 1.",
164 "itemtype": "property",
165 "name": "offset",
166 "type": "Number",
167 "class": "polymer-animation-keyframe",
168 "module": "Animation"
169 },
170 {
171 "file": "..\\..\\polymer-animation\\polymer-animation-prop.html",
172 "line": 10,
173 "description": "CSS property name.",
174 "itemtype": "property",
175 "name": "name",
176 "type": "String",
177 "required": 1,
178 "class": "polymer-animation-prop",
179 "module": "Animation"
180 },
181 {
182 "file": "..\\..\\polymer-animation\\polymer-animation-prop.html",
183 "line": 16,
184 "description": "CSS property value.",
185 "itemtype": "property",
186 "name": "value",
187 "required": 1,
188 "class": "polymer-animation-prop",
189 "module": "Animation"
190 },
191 {
192 "file": "..\\..\\polymer-animation\\polymer-animation.html",
193 "line": 50,
194 "description": "Fired when the animation starts",
195 "itemtype": "event",
196 "name": "polymer-animation-change",
197 "class": "polymer-animation",
198 "module": "Animation"
199 },
200 {
201 "file": "..\\..\\polymer-animation\\polymer-animation.html",
202 "line": 62,
203 "description": "One or more nodes to animate.",
204 "itemtype": "property",
205 "name": "target",
206 "type": "HTMLElement|Node|Array<HTMLElement|Node>",
207 "class": "polymer-animation",
208 "module": "Animation"
209 },
210 {
211 "file": "..\\..\\polymer-animation\\polymer-animation.html",
212 "line": 68,
213 "description": "Selector for the node being animated.",
214 "itemtype": "property",
215 "name": "targetSelector",
216 "type": "String",
217 "class": "polymer-animation",
218 "module": "Animation"
219 },
220 {
221 "file": "..\\..\\polymer-animation\\polymer-animation.html",
222 "line": 75,
223 "description": "Animation keyframes specified as an array of diction aries of\n&lt;css properties&gt;:&lt;array of values&gt; pairs. For example,",
224 "itemtype": "property",
225 "name": "keyframes",
226 "type": "Object",
227 "class": "polymer-animation",
228 "module": "Animation"
229 },
230 {
231 "file": "..\\..\\polymer-animation\\polymer-animation.html",
232 "line": 82,
233 "description": "A custom animation function. Either provide this or keyframes.",
234 "itemtype": "property",
235 "name": "sample",
236 "type": "Function",
237 "class": "polymer-animation",
238 "module": "Animation"
239 },
240 {
241 "file": "..\\..\\polymer-animation\\polymer-animation.html",
242 "line": 89,
243 "description": "The composition behavior. \"replace\", \"add\" or \" merge\".",
244 "itemtype": "property",
245 "name": "composite",
246 "type": "\"replace\"|\"add\"|\"merge\"",
247 "default": "\"replace\"",
248 "class": "polymer-animation",
249 "module": "Animation"
250 },
251 {
252 "file": "..\\..\\polymer-animation\\polymer-animation.html",
253 "line": 97,
254 "description": "Animation duration in milliseconds, 'infinity' or 'a uto'. 'auto'\nmeans use the animation's intrinsic duration.",
255 "itemtype": "property",
256 "name": "duration",
257 "type": "Number|\"Infinity\"|\"auto\"",
258 "default": "\"auto\"",
259 "class": "polymer-animation",
260 "module": "Animation"
261 },
262 {
263 "file": "..\\..\\polymer-animation\\polymer-animation.html",
264 "line": 105,
265 "description": "\"none\", \"forwards\", \"backwards\", \"both\" or \ "auto\". When set to\n\"auto\", the fillMode is \"none\" for a polymer-animation and \"both\"\nfor a polymer-animation-group.",
266 "itemtype": "property",
267 "name": "fillMode",
268 "type": "\"none\"|\"forwards\"|\"backwards\"|\"both\"|\"auto\"",
269 "default": "\"auto\"",
270 "class": "polymer-animation",
271 "module": "Animation"
272 },
273 {
274 "file": "..\\..\\polymer-animation\\polymer-animation.html",
275 "line": 114,
276 "description": "A transition timing function.",
277 "itemtype": "property",
278 "name": "easing",
279 "type": "\"linear\"|\"ease\"|\"ease-in\"|\"ease-out\"|\"ease-in-out\ "|\n \"step-start\"|\"step-middle\"|\"step-end\"",
280 "default": "\"linear\"",
281 "class": "polymer-animation",
282 "module": "Animation"
283 },
284 {
285 "file": "..\\..\\polymer-animation\\polymer-animation.html",
286 "line": 122,
287 "description": "Number of iterations into the timed item in which to begin\nthe animation. e.g. 0.5 will cause the animation to begin\nhalfway throu gh the first iteration.",
288 "itemtype": "property",
289 "name": "iterationStart",
290 "type": "Number",
291 "default": "0",
292 "class": "polymer-animation",
293 "module": "Animation"
294 },
295 {
296 "file": "..\\..\\polymer-animation\\polymer-animation.html",
297 "line": 131,
298 "itemtype": "property",
299 "name": "iterationCount",
300 "type": "Number|'Infinity'",
301 "default": "1",
302 "class": "polymer-animation",
303 "module": "Animation"
304 },
305 {
306 "file": "..\\..\\polymer-animation\\polymer-animation.html",
307 "line": 137,
308 "description": "Delay in milliseconds.",
309 "itemtype": "property",
310 "name": "delay",
311 "type": "Number",
312 "default": "0",
313 "class": "polymer-animation",
314 "module": "Animation"
315 },
316 {
317 "file": "..\\..\\polymer-animation\\polymer-animation.html",
318 "line": 144,
319 "itemtype": "property",
320 "name": "direction",
321 "type": "\"normal\"|\"reverse\"|\"alternate\"|\"alternate-reverse\"" ,
322 "default": "\"normal\"",
323 "class": "polymer-animation",
324 "module": "Animation"
325 },
326 {
327 "file": "..\\..\\polymer-animation\\polymer-animation.html",
328 "line": 150,
329 "itemtype": "property",
330 "name": "autoplay",
331 "type": "Boolean",
332 "default": "false",
333 "class": "polymer-animation",
334 "module": "Animation"
335 },
336 {
337 "file": "..\\..\\polymer-animation\\polymer-animation.html",
338 "line": 173,
339 "description": "Plays the animation.",
340 "itemtype": "method",
341 "name": "play",
342 "class": "polymer-animation",
343 "module": "Animation"
344 },
345 {
346 "file": "..\\..\\polymer-animation\\polymer-animation.html",
347 "line": 184,
348 "description": "Stops the animation.",
349 "itemtype": "method",
350 "name": "cancel",
351 "class": "polymer-animation",
352 "module": "Animation"
353 }
354 ],
355 "warnings": []
356 }
OLDNEW
« no previous file with comments | « pkg/polymer/lib/elements/polymer-animation/demo.html ('k') | pkg/polymer/lib/elements/polymer-animation/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698