-
Notifications
You must be signed in to change notification settings - Fork 5
/
framer3docs-js.json
181 lines (181 loc) · 7.06 KB
/
framer3docs-js.json
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"id": "id",
"name": "name",
"properties": "properties",
"Layer({})": "Layer({${1}})",
"x": "x",
"minX": "minX",
"midX": "midX",
"maxX": "maxX",
"y": "y",
"minY": "minY",
"midY": "midY",
"maxY": "maxY",
"z": "z",
"width": "width",
"height": "height",
"frame": "frame",
"screenFrame": "screenFrame",
"contentFrame()": "contentFrame()",
"centerFrame()": "centerFrame()",
"center()": "center()",
"centerX()": "centerX()",
"centerY()": "centerY()",
"pixelAlign()": "pixelAlign()",
"backgroundColor": "backgroundColor",
"borderRadius": "borderRadius",
"visible": "visible",
"opacity": "opacity",
"clip": "clip",
"rotation": "rotation",
"rotationX": "rotationX",
"rotationY": "rotationY",
"rotationZ": "rotationZ",
"scale": "scale",
"scaleX": "scaleX",
"scaleY": "scaleY",
"scaleZ": "scaleZ",
"originX": "originX",
"originY": "originY",
"perspective": "perspective",
"image": "image",
"superLayer": "superLayer",
"subLayers": "subLayers",
"subLayersByName(\"name\")":"subLayersByName(${1:name})",
"addSubLayer(layer)": "addSubLayer(${1:layer})",
"removeSubLayer(layer)": "removeSubLayer(${1:layer})",
"siblingLayers": "siblingLayers",
"index": "index",
"placeBefore(layer)": "placeBefore(${1:layer})",
"placeBehind(layer)": "placeBehind(${1:layer})",
"bringToFront()": "bringToFront()",
"sendToBack()": "sendToBack()",
"style": "style",
"computedStyle": "computedStyle",
"classList": "classList",
"html": "html",
"destroy()": "destroy()",
"blur": "blur",
"brightness": "brightness",
"saturate": "saturate",
"hueRotate": "hueRotate",
"contrast": "contrast",
"invert": "invert",
"grayscale": "grayscale",
"sepia": "sepia",
"shadowX": "shadowX",
"shadowY": "shadowY",
"shadowBlur": "shadowBlur",
"shadowSpread": "shadowSpread",
"shadowColor": "shadowColor",
"animate({...})": "animate({\n\tproperties:{ \n\t\t${1}\t\t\n\t}\n})",
"animations()": "animations()",
"animateStop()": "animateStop()",
"scroll": "scroll",
"scrollHorizontal": "scrollHorizontal",
"scrollVertical": "scrollVertical",
"scrollX": "scrollX",
"scrollY": "scrollY",
"draggable.enabled": "draggable.enabled",
"draggable.speedX": "draggable.speedX",
"draggable.speedY": "draggable.speedY",
"draggable.calculateVelocity()": "draggable.calculateVelocity()",
"BackgroundLayer": "BackgroundLayer",
"Events.touchEvent": "Events.touchEvent",
"Events.wrap": "Events.wrap",
"VideoLayer.video": "VideoLayer.video",
"VideoLayer.player": "VideoLayer.player",
"states.animationOptions": "states.animationOptions",
"states.add(\"name\", {...})": "states.add(\"${1:name}\": {${2})}",
"states.remove(\"name\")": "states.remove(\"${1:name}\")",
"states.switch(\"name\")": "states.switch(\"${1:name}\")",
"states.current": "states.current",
"states.switchInstant(\"name\")": "states.switchInstant(\"${1:name}\")",
"states.next()": "states.next()",
"states.previous()": "states.previous()",
"ignoreEvents": "ignoreEvents",
"on(event,function)": "on(\"${1}\",function(){\n\t${2}\n})",
"layer": "layer",
"curve": "curve: \"${1:bezier-curve}\"",
"curveOptions": "curveOptions",
"time": "time",
"delay": "delay",
"repeat": "repeat",
"linear": "linear",
"ease-in": "ease-in",
"ease-out": "ease-out",
"ease-in-out": "ease-in-out",
"bezier-curve()": "bezier-curve(${1:a}, ${2:b}, ${3:c}, ${4:d})",
"spring()": "spring(${1:tension}, ${2:friction}, ${3:velocity})",
"friction": "friction",
"tension": "tension",
"velocity": "velocity",
"Events.Click": "Events.Click",
"Events.TouchStart": "Events.TouchStart",
"Events.TouchMove": "Events.TouchMove",
"Events.TouchEnd": "Events.TouchEnd",
"Events.MouseOver": "Events.MouseOver",
"Events.MouseOut": "Events.MouseOut",
"Events.AnimationStart": "Events.AnimationStart",
"Events.AnimationStop": "Events.AnimationStop",
"Events.AnimationEnd": "Events.AnimationEnd",
"Events.DragStart": "Events.DragStart",
"Events.DragMove": "Events.DragMove",
"Events.DragEnd": "Events.DragEnd",
"Events.Scroll": "Events.Scroll",
"Events.StateWillSwitch": "Events.StateWillSwitch",
"Events.StateDidSwitch": "Events.StateDidSwitch",
"start()": "start()",
"stop()": "stop()",
"reverse()": "reverse()",
"utils.modulate()": "utils.modulate(${1:value},${2:arrayA},${3:arrayB},${4:limit})",
"utils.cycle()": "utils.cycle([${1:1,2, ...}])",
"utils.randomColor()": "utils.randomColor(${1:alpha})",
"utils.delay()": "utils.delay(${1:time},${2:function})",
"utils.interval()": "utils.interval(${1:time},${2:function})",
"utils.throttle()": "utils.throttle(${1:time},${2:function})",
"utils.debounce()": "utils.debounce(${1:time},${2:function})",
"utils.convertPoint()": "utils.convertPoint(${1:point},${2:layerA},${3:layerB})",
"utils.max()": "utils.max(${1:array})",
"utils.min()": "utils.min(${1:array})",
"utils.sum()": "utils.sum(${1:array})",
"utils.labelLayer(layer, \"text\")": "utils.labelLayer(layer, \"text\")",
"utils.uuid()": "utils.uuid()",
"utils.round()": "utils.round(${1:number},${2:decimals})",
"utils.domLoadScriptSync()": "utils.domLoadScriptSync(\"${1:plugin.js}\")",
"utils.isWebKit()": "utils.isWebKit()",
"utils.isChrome()": "utils.isChrome()",
"utils.isTouch()": "utils.isTouch()",
"utils.isDesktop()": "utils.isDesktop()",
"utils.isPhone()": "utils.isPhone()",
"utils.isTablet()": "utils.isTablet()",
"utils.isMobile()": "utils.isMobile()",
"utils.isLocal()": "utils.isLocal()",
"Framer.Defaults.Layer": "Framer.Defaults.Layer",
"Framer.Defaults.Animation": "Framer.Defaults.Animation",
"Framer.resetDefaults()": "Framer.resetDefaults()",
"mouseenter": "mouseenter",
"mouseout": "mouseout",
"mouseover": "mouseover",
"mousedown": "mousedown",
"mouseup": "mouseup",
"mousemove": "mousemove",
"click": "click",
"dblclick": "dblclick",
"contextmenu": "contextmenu",
"copy()": "copy()",
"copySingle()": "copySingle()",
"Framer.Device.screen.width": "Framer.Device.screen.width",
"Framer.Device.screen.height": "Framer.Device.screen.height",
"Framer.Device.deviceType": "Framer.Device.deviceType",
"Framer.Device.fullScreen": "Framer.Device.fullScreen",
"Framer.Device.deviceScale": "Framer.Device.deviceScale",
"Framer.Device.setDeviceScale": "Framer.Device.setDeviceScale",
"Framer.Device.contentScale": "Framer.Device.contentScale",
"Framer.Device.setContentScale": "Framer.Device.setContentScale",
"Framer.Device.orientation": "Framer.Device.orientation",
"Framer.Device.setOrientation()": "Framer.Device.setOrientation(${1:scale},${2:animate})",
"Framer.Device.orientationName": "Framer.Device.orientationName",
"Framer.Device.rotateLeft()": "Framer.Device.rotateLeft()",
"Framer.Device.rotateRight()": "Framer.Device.rotateRight()"
}