diff --git a/entries/cssClip.xml b/entries/cssClip.xml new file mode 100644 index 00000000..fb0a765b --- /dev/null +++ b/entries/cssClip.xml @@ -0,0 +1,57 @@ + + + .cssClip() + Getter/setter for an object version of the CSS clip property. + 1.12 + + + When setting the CSS clip property, specify the top, right, bottom and left, properties to use the rect() style. + + + + 175 + + + +]]> + + + + + + + diff --git a/entries/size-effect.xml b/entries/size-effect.xml index daea84b0..e8602458 100644 --- a/entries/size-effect.xml +++ b/entries/size-effect.xml @@ -2,6 +2,9 @@ Size Effect Resize an element to a specified width and height. + +

When using this effect with the .show() and .toggle() methods, the to argument is used as the starting point and the original size used as the endpoint.

+
Height and width to resize to. diff --git a/entries/transfer.xml b/entries/transfer.xml index a399f85e..c2c408f9 100644 --- a/entries/transfer.xml +++ b/entries/transfer.xml @@ -6,6 +6,7 @@

Very useful when trying to visualize interaction between two elements.

The transfer element itself has the class ui-effects-transfer, and needs to be styled by you, for example by adding a background or border.

+ 1.12