Changes between Initial Version and Version 1 of Ticket #8227, comment 1
- Timestamp:
- Feb 11, 2011, 12:08:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8227, comment 1
initial v1 8 8 - [http://api.jquery.com/animate .animate() documentation] 9 9 10 And finally: Use this with caution! Although this works with the current jQuery version (and probably with older ones too) this samples relies on functions / properties which aren't documented all too well (so AFAIAC only semi-official) and thus might be subject to change/removal/subtle modification in behavior in future versions of jQuery. 10 And finally: Use this with caution! Although this works with the current jQuery version (and probably with older ones too) this samples relies on functions / properties which aren't documented all too well (so AFAIAC only semi-official) and thus might be subject to change/removal/subtle modification in behavior in future versions of jQuery. Also you better should know exactly what you are doing, what you aim for and who/why this sample works to make sure this doesn't produce unwanted side-effects in your code. 11 11 12 12 I hope this helps you out.