diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-28 23:32:24 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-28 23:32:24 +0000 |
commit | ce2fe88d533e43f25779a2284c74cebf8a472ec4 (patch) | |
tree | 65d9a70250b2ec59401bb93f598e9c58d9fe7e74 /actionpack/CHANGELOG | |
parent | b0c0c9c2ef908606c03e03c7db422fde703eaa99 (diff) | |
download | rails-ce2fe88d533e43f25779a2284c74cebf8a472ec4.tar.gz rails-ce2fe88d533e43f25779a2284c74cebf8a472ec4.tar.bz2 rails-ce2fe88d533e43f25779a2284c74cebf8a472ec4.zip |
Added Effect.Scale for smoothly scaling images or text up and down #972 [thomas@fesch.at] Added Effect.Squish for scaling down an element and making it disappear at the end #972 [thomas@fesch.at]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1033 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index a12e5db90d..b38df11a2a 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Added Effect.Squish for scaling down an element and making it disappear at the end #972 [thomas@fesch.at] + +* Added Effect.Scale for smoothly scaling images or text up and down #972 [thomas@fesch.at] + * Added Effect.Fade which smoothly turns opacity from 100 to 0 and then hides the element #960 [thomas@fesch.at] * Fixed problem with page caching #958 [Rick Olson] |