-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathKeyframeInfo.data.json
More file actions
81 lines (81 loc) · 2.06 KB
/
KeyframeInfo.data.json
File metadata and controls
81 lines (81 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"title": "KeyframeInfo",
"hierarchy": [
[
{
"text": "KeyframeInfo"
}
]
],
"summary": [
{
"title": "Properties",
"items": [
7472,
7471,
7470
]
}
],
"reflections": {
"7470": {
"name": "duration",
"type": "Property",
"url": "/api/interface/KeyframeInfo#duration",
"flags": {},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">duration</span><span style=\"color: #E1E4E8\">: number</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/animation/keyframe-animation.d.ts",
"line": 37,
"character": 1
}
],
"url": "/api/interface/KeyframeInfo#duration"
}
]
},
"7471": {
"name": "declarations",
"type": "Property",
"url": "/api/interface/KeyframeInfo#declarations",
"flags": {},
"signatures": [
{
"code": "declarations: <a href=\"/api/interface/KeyframeDeclaration\">KeyframeDeclaration</a>[]",
"sources": [
{
"fileName": "@nativescript/core/ui/animation/keyframe-animation.d.ts",
"line": 38,
"character": 1
}
],
"url": "/api/interface/KeyframeInfo#declarations"
}
]
},
"7472": {
"name": "curve",
"type": "Property",
"url": "/api/interface/KeyframeInfo#curve",
"flags": {
"isOptional": true
},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #E1E4E8\">curve</span><span style=\"color: #F97583\">?:</span><span style=\"color: #E1E4E8\"> any</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/animation/keyframe-animation.d.ts",
"line": 39,
"character": 1
}
],
"url": "/api/interface/KeyframeInfo#curve"
}
]
}
}
}