diff --git a/framer3docs-coffee.json b/framer3docs-coffee.json index ce9db56..992cf2b 100644 --- a/framer3docs-coffee.json +++ b/framer3docs-coffee.json @@ -72,7 +72,7 @@ "draggable.speedY": "draggable.speedY", "draggable.calculateVelocity()": "draggable.calculateVelocity", "states.animationOptions": "states.animationOptions", - "states.add(\"name\", {...})": "states.add \"${1:name}\", ${2})", + "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", diff --git a/framer3docs-js.json b/framer3docs-js.json index 76c17a2..62937db 100644 --- a/framer3docs-js.json +++ b/framer3docs-js.json @@ -72,7 +72,7 @@ "draggable.speedY": "draggable.speedY", "draggable.calculateVelocity()": "draggable.calculateVelocity()", "states.animationOptions": "states.animationOptions", - "states.add(\"name\", {...})": "states.add(\"${1:name}\", ${2})", + "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",