Skip to content

Commit caf07a3

Browse files
committed
better descriptions for scale & size
1 parent f901812 commit caf07a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demos/functional/templates/ui.effects.general.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

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

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

0 commit comments

Comments
 (0)