in partnership with mediatemple

Show
Ignore:
Timestamp:
03/25/08 06:57:04 (2 months ago)
Author:
kamicane
Message:
  • minor cleanup
  • added documentation for Element:store and Element:retrieve
  • fixed #933
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Docs/Fx/Fx.Morph.md

    r1334 r1514  
    9797### Arguments: 
    9898 
    99 1. properties - (*mixed*) An *object* of key/value pairs of CSS attributes to change or a *string* representing a CSS selector which can be found within the CSS of the page.  If only one value is given for any CSS property, the transition will be from the current value of that property to the value given. 
     991. properties - (*mixed*) An *object* of key/value pairs of CSS attributes to change or a *string* representing a CSS selector which can be found within the CSS of the page. 
     100        If only one value is given for any CSS property, the transition will be from the current value of that property to the value given. 
    100101 
    101102### Returns: