J
Jay
The animation demonstration at the ASP.Net AJAX Control Toolkit
site shows a "flyout" panel with a "close" control. The
demo is quite good.
See
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Animation/Animation.aspx
Unfortunately, the author did not supply much information
about how this was implemented. The "flyout" target
control was a <div> tag which may have been created
from an <aspanel> control, but the author did
not bother to say! A few things can be
learned by viewing the source code underneath.
A Javascript function called Cover is invoked
somewhere, but again, the author(s) did not see
fit to document their demo.
It is a dramatic demo, but what on earth was
the point of presenting it without adequate
documentation?
Does anyone know where there is better documentation
about this particular demo? I already know how to
make the AnimationExtender work. What I can't
make work is the blasted demo with the flying
effect and "cover-up" of other layers.
And if I sound crabby, I still wish all a great
holiday.
J
site shows a "flyout" panel with a "close" control. The
demo is quite good.
See
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Animation/Animation.aspx
Unfortunately, the author did not supply much information
about how this was implemented. The "flyout" target
control was a <div> tag which may have been created
from an <aspanel> control, but the author did
not bother to say! A few things can be
learned by viewing the source code underneath.
A Javascript function called Cover is invoked
somewhere, but again, the author(s) did not see
fit to document their demo.
It is a dramatic demo, but what on earth was
the point of presenting it without adequate
documentation?
Does anyone know where there is better documentation
about this particular demo? I already know how to
make the AnimationExtender work. What I can't
make work is the blasted demo with the flying
effect and "cover-up" of other layers.
And if I sound crabby, I still wish all a great
holiday.
J