CVS log for forms/animation.js
Up to [MetaL] / forms
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Sep 7 06:24:27 2008 UTC (2 years ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Renamed the Wait Time parameter to Duration.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 7 06:04:30 2008 UTC (2 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +15 -1
lines
Added support for the effect type Wait.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 3 08:33:03 2008 UTC (2 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +23 -5
lines
Added support to use the CSS display property instead of visibility when
switching the visibility of elements with Show, Hide, FadeIn and FadeOut
effects.
Added support to use a Javascript expression to dynamically define the
element to be animated with the Show, Hide, FadeIn and FadeOut effects.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Aug 6 06:28:31 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +49 -6
lines
Added animation debugging support.
Fixed the cancellation of an animation.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 1 21:47:44 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3
lines
Fixed fade out effect opacity calculation.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 31 08:28:33 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +33 -13
lines
Made the fade effects take the exact time to execute.
Implemented the Show effect.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 31 02:49:18 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -3
lines
Fixed the retrieval of the node of the element for the FadeOut effect.
Avoided race conditions that could cause stepping effects that were not
initialized.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jul 30 22:33:18 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +27 -13
lines
Fixed the finishing visibility property of a FadeOut effect.
Checked if the element nodes exists before starting effects.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 30 14:59:44 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +28 -1
lines
Added support for the effects AppendContent, PrependContent and
ReplaceContent .
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jul 30 14:47:07 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +35 -35
lines
Used more consistent effect naming.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 30 00:28:30 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +44 -27
lines
Added support to the cancel-animation effect.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 29 07:08:32 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +20 -1
lines
Added support to the fade-out effect.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 29 03:16:18 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +12 -3
lines
Abstracted the setting of the opacity property to make it work in more
browsers.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 29 02:12:29 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +34 -29
lines
Made all functions private except addAnimation.
Cleared the animation interval callback when no animation is running.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 28 22:12:46 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +14 -17
lines
Used a class variable to get the current instance.
Made the poll timeout ID variable private.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 28 21:55:19 2006 UTC (4 years, 1 month ago) by mlemos
Branches: MAIN
Initial revision.
|