Skip to content
Snippets Groups Projects
Commit 96d15866 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add hover

parent 72d16f7a
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120], 101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120],
"id": "tile%1x%0", "id": "tile%1x%0",
"event": "TryQueen", "event": "TryQueen",
"hover": { "attr":"opacity", "enter":"0.5", "leave":"1"},
"predicates" : ["i=%1","j=%0"] "predicates" : ["i=%1","j=%0"]
} }
] ]
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
"for": {"from":1, "to":20}, "for": {"from":1, "to":20},
"id": "tile%1x%0", "id": "tile%1x%0",
"event": "TryQueen", "event": "TryQueen",
"hover": { "attr":"opacity", "enter":"0.5", "leave":"1"},
"predicates" : ["i=%1","j=%0"] "predicates" : ["i=%1","j=%0"]
} }
] ]
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment