On 02/26/2011 07:24 PM, pyt...@bdurham.com wrote:
> 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?
> 
> 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.

The place geometry manager might suit your needs, but that can be a bit
PITA to work with. By can, I mean is.
-- 
Corey Richardson
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to