<!--/*SC*/DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"/*EC*/-->
<html><head><title></title><style type="text/css"><!-- body{padding:1ex;margin:0px;font-family:sans-serif;font-size:small;}a[href]{color:-moz-hyperlinktext !important;text-decoration:-moz-anchor-decoration;}blockquote{margin:0;border-left:2px solid #144fae;padding-left:1em;}blockquote blockquote{border-color:#006312;}blockquote blockquote blockquote{border-color:#540000;} --></style></head><body><div style="font-family: Arial; font-size: medium;" dir="ltr"><div>Any thoughts on the ability to implement jQuery-like sliding container animations in Tkinter? By jQuery animations I mean the smooth sliding effects one sees on many websites where containers slide in and out of visible view or smoothly shrink or grow?</div>
<div> </div>
<div>My working knowledge of Tkinter tells me that Tkinter's pack and grid layout techniques will not be optimal for the above type of animations.</div>
<div> </div>
<div>Is there a Tkinter technique or underlying TCL technique that might support these type of effects?</div>
<div> </div>
<div>Thank you,</div>
<div>Malcolm</div>
<div> </div>
<div> </div></div></body></html>