Fixed #7041 - Toggle size effect demo not working.#203
Fixed #7041 - Toggle size effect demo not working.#203kzys wants to merge 5 commits intojquery:masterfrom kzys:trac-7041
Conversation
…more properties. Fixed #7041 - Toggle size effect demo not working.
|
Also, you might wanna make the changes from this commit to see what happens in another "toggle" scenario. |
* Separete `scale` effect's problem. * Clearify the default value of `from` and `to`. * Follow http://docs.jquery.com/JQuery_Core_Style_Guidelines.
|
Thank you Corey. I've added new commit to clean up my code. Please review again. |
|
Thank you! I've merged your suggestion. |
|
@kzys sorry if I didn't explain myself fully, that first half of the if was still totally valid, that was just a replacement for the |
|
Finally I understand your point. On #sizeToggle of "visual effects test" page (It's very helpful. Thank you), First However, It's problem of |
|
I think I'm sold on the reverse direction for show... All the time... Because of your point about the directions on slide/etc. We really need to document that behavior though... |
|
For right now, can you put the if back in that works for |
|
Like this? |
|
Not quite, you still need the direction detection in the "else" : |
|
Oh, Sorry. I've fixed (actually just a copy-and-paste...). |
|
This no longer wants to merge cleanly, could you rebase / merge with changes upstream? Also, make sure to cover the whitespace issues :) |
|
There have been a lot of changes upstream, I'd like to keep this fix, if you want to re-make it on top of a clean master that would be awesome. Please re-open / make a new pull when you get this mergable. |
|
Okay. |
Size effect's problems are
In this branch, I've fixed these problems to close #7041.