Skip to content

Commit

Permalink
Merge pull request #1 from rishiloyola/rishiloyola-patch-1
Browse files Browse the repository at this point in the history
Update breaking-molecular-bond.json
  • Loading branch information
rishiloyola committed Feb 15, 2015
2 parents 5ea9148 + d3708a7 commit faa16ac
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/interactives/interactions/breaking-molecular-bond.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,20 @@
"id": "slow-motion-checkbox",
"text": "Slow motion",
"property": "slow-motion"
},
{
"type": "checkbox",
"id": "ke-shading",
"text": "kinetic energy shading",
"property": "keShading"
}
],
],
"layout": {
"right": ["energyGraph"],
"bottom-left": [["molecule-header"],["molecule-selector"]],
"bottom-right": [["third-atom-header"],["velocity-slider"],["slow-motion-checkbox"]]
"bottom-right": [["third-atom-header"],["velocity-slider"],
["slow-motion-checkbox",
"ke-shading"]]
},
"template": [
{
Expand Down

0 comments on commit faa16ac

Please sign in to comment.