projects
/
mkgallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9bad71
)
outline strategy on window resize
author
Eugene Crosser
<crosser@average.org>
Fri, 29 Aug 2008 14:20:36 +0000
(14:20 +0000)
committer
Eugene Crosser
<crosser@average.org>
Fri, 29 Aug 2008 14:20:36 +0000
(14:20 +0000)
include/show.js
patch
|
blob
|
history
diff --git
a/include/show.js
b/include/show.js
index 2b5264f4be9d54bf460adc16f45bb6bd2844b612..a5f2abd5ddea8a5ac0e09e70f800416f76a767b3 100644
(file)
--- a/
include/show.js
+++ b/
include/show.js
@@
-30,6
+30,9
@@
- On "stop": if "playing" cancel autoswitch; break "playing".
- On "start show": set up things; set "playing" state; show needed image.
- On "stop show": cancel any schedules, hide things.
+ - On resize: recalculate existing image size and position; determine
+ what image is needed; if it is not the one on display then request
+ "show image" for the new image.
*/
var Show = new Class({