jQuery-like sliding container animations for Tkinter?
Corey Richardson
kb1pkl at aim.com
Sat Feb 26 19:27:52 EST 2011
More information about the Python-list mailing list
Sat Feb 26 19:27:52 EST 2011
- Previous message (by thread): jQuery-like sliding container animations for Tkinter?
- Next message (by thread): Executing js/ajax in a sandboxed environment
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 02/26/2011 07:24 PM, python at 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
- Previous message (by thread): jQuery-like sliding container animations for Tkinter?
- Next message (by thread): Executing js/ajax in a sandboxed environment
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list