From 1da3418cbecb71a736feb2f8290f24db4c7ed36e Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 14 Jan 2015 17:09:39 -0800 Subject: [PATCH] Selection and hover for thumbs mode (m2) --- test/demo/m2/README.md | 3 +- test/demo/m2/index.html | 2 + test/demo/m2/js/main.js | 80 +++++++++++++++++++- test/demo/m2/js/openseadragon-svg-overlay.js | 73 ++++++++++++++++++ 4 files changed, 155 insertions(+), 3 deletions(-) create mode 100644 test/demo/m2/js/openseadragon-svg-overlay.js diff --git a/test/demo/m2/README.md b/test/demo/m2/README.md index 9acba890..d1855d72 100644 --- a/test/demo/m2/README.md +++ b/test/demo/m2/README.md @@ -1,8 +1,7 @@ # To Do -* Thumbs hover and active state (SVG overlay?) * Resize on window resize +* Play with constraints while zooming out on corners/edges: constrain as you zoom * When going to thumbs, scroll to the proper part of the page * Support 400+ page collections * Show/hide pages? -* Play with constraints while zooming out on corners/edges? diff --git a/test/demo/m2/index.html b/test/demo/m2/index.html index 6cc52a42..90559ee1 100644 --- a/test/demo/m2/index.html +++ b/test/demo/m2/index.html @@ -4,8 +4,10 @@ Mirador POC + +