Navigation Menu

Skip to content

Commit

Permalink
better descriptions for scale & size
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchi committed Jun 26, 2008
1 parent f901812 commit caf07a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/functional/templates/ui.effects.general.html
Expand Up @@ -59,7 +59,7 @@

{
title: 'Scale',
desc: 'Scales and element by a percentage.',
desc: 'Scales an element up or down by a percentage factor.',
html: '<button id="doScale">Scale</button> \n' +
'<button onclick="$(\'#scale\').css({width: 144, height: 108});">Reset</button><br/>\n' +
'<div style="height: 108px;"><img id="scale" src="templates/images/P1010063.JPG"/></div>',
Expand All @@ -78,7 +78,7 @@

{
title: 'Size',
desc: 'Change the size of an element.',
desc: 'Changes the size of an element by specifying a width and height.',
html: '<button id="doSize">Size</button> \n' +
'<button onclick="$(\'#size\').css({width: 144, height: 108});">Reset</button><br/>\n' +
'<div style="height: 108px;"><img id="size" src="templates/images/P1010063.JPG"/></div>',
Expand Down

0 comments on commit caf07a3

Please sign in to comment.