Skip to content
Snippets Groups Projects
Commit 4ae5d626 authored by mae's avatar mae
Browse files

Fix PropertyAction snippet

Reviewed-by: thorbjorn
parent f8959aa7
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
</snippet>
<snippet description="with targets">PropertyAction { targets: [<tab>name</tab>]; properties: "<tab>name</tab>" }
</snippet>
<snippet description="with target">PropertyAction { target: "<tab>name</tab>"; property: "<tab>name</tab>"; value: <tab>value</tab> }
<snippet description="with target">PropertyAction { target: <tab>name</tab>; property: "<tab>name</tab>"; value: <tab>value</tab> }
</snippet>
<snippet>PauseAnimation { duration: <tab>200</tab> }
</snippet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment