Mercurial > hg > digilib
comparison client/digitallibrary/jquery/svg/svgBasics.html @ 763:cdc0f561d2d0 jquery
highlight buttons by background image
author | hertzhaft |
---|---|
date | Thu, 10 Feb 2011 22:46:17 +0100 |
parents | ee47917540c7 |
children | cef1ef426366 |
comparison
equal
deleted
inserted
replaced
762:08a4c2ddbf4b | 763:cdc0f561d2d0 |
---|---|
60 } | 60 } |
61 else if (shape == 'clear') { | 61 else if (shape == 'clear') { |
62 svg.clear(); | 62 svg.clear(); |
63 } | 63 } |
64 else if (shape == 'zoom') { | 64 else if (shape == 'zoom') { |
65 svg.clear(); | 65 svg.configure({viewBox: '0 0 800 1000'}, true); |
66 //svg.animate({svgViewBox: '0, 0, 100, 100'}, 2000); | |
66 } | 67 } |
67 | 68 |
68 } | 69 } |
69 | 70 |
70 function random(range) { | 71 function random(range) { |