From 51582acf20c3fa5907389965c7569b46bf4b45e8 Mon Sep 17 00:00:00 2001 From: johnpolacek Date: Tue, 20 Nov 2012 15:39:49 -0600 Subject: [PATCH] update start/end parameter documentation --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d74c6d6..39f852d 100644 --- a/index.html +++ b/index.html @@ -96,11 +96,11 @@

How To Use

  • start - value of the css property at the start of the animation (if unassigned, will be the element’s current property value) + value of the css property at the start of the animation (if unassigned, will be the element’s current property value)
    (also can be a function that returns a value for dynamic heights)
  • end - value of the css property at the end of the animation (if unassigned, will be the element’s current property value) + value of the css property at the end of the animation (if unassigned, will be the element’s current property value)
    (also can be a function that returns a value for dynamic heights)
  • pin