Changeset [ba338036f95a81951702dcca85dfa7ce17705ade] by Antoine Mercadal
November 15th, 2012 @ 01:31 PM
improve CPPopover's popoverDidShow: management
Before, the popoverDidShow: delegate methods was called during
the CSS animation (if any)
Problem is that is we are processing big amount of data, the
animation may hang for a bit in the middle, giving an impression of
jerkiness.
Now, popoverDidShow: is called at the end of the CSS animation
if popover is animated.
https://github.com/cappuccino/cappuccino/commit/ba338036f95a8195170...
Committed by Antoine Mercadal
- M AppKit/CPPopover.j
- M AppKit/_CPAttachedWindow.j
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.