Skip to content

Commit fd31575

Browse files
committed
funny
1 parent 44145a9 commit fd31575

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ function EasingsSection() {
5757
</tbody>
5858
</table>
5959
<CodeBlock lang="lua" filename="usage.lua" source={`startTween('flourish', 'logo',
60-
{ angle: 360, alpha: 0.5 },
60+
{ angle = 360, alpha = 0.5 },
6161
2.0,
62-
{ ease: '${hover || "elasticOut"}' })`} />
62+
{ ease = '${hover || "elasticOut"}' })`} />
6363
</div>
6464
);
6565
}

0 commit comments

Comments
 (0)