Convert relative animations to use -= and += (instead of just - and +, which conflict...
authorJohn Resig <jeresig@gmail.com>
Sat, 15 Sep 2007 02:40:42 +0000 (02:40 +0000)
committerJohn Resig <jeresig@gmail.com>
Sat, 15 Sep 2007 02:40:42 +0000 (02:40 +0000)
commitdf246df2da4ff76b37959878c006464c6b438906
tree35aa7821c400b3dafc97208b339a1a4646b66a52
parent9c2c47d7c021d1d944798642d0e7d51423af6bd8
Convert relative animations to use -= and += (instead of just - and +, which conflicted with normal absolute animations). (Fixes bug #1607) Also fixed a bug in queue.
src/fx.js