We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44145a9 commit fd31575Copy full SHA for fd31575
1 file changed
app.jsx
@@ -57,9 +57,9 @@ function EasingsSection() {
57
</tbody>
58
</table>
59
<CodeBlock lang="lua" filename="usage.lua" source={`startTween('flourish', 'logo',
60
- { angle: 360, alpha: 0.5 },
+ { angle = 360, alpha = 0.5 },
61
2.0,
62
- { ease: '${hover || "elasticOut"}' })`} />
+ { ease = '${hover || "elasticOut"}' })`} />
63
</div>
64
);
65
}
0 commit comments