mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-24 03:45:58 +08:00
Fade out placeholders
Added an API to fade out a node's placeholder when it is finished rendering. fixes #156
This commit is contained in:
@@ -61,6 +61,8 @@ void ASDisplayNodePerformBlockOnMainThread(void (^block)());
|
||||
|
||||
_ASPendingState *_pendingViewState;
|
||||
|
||||
NSTimeInterval _fadeAnimationDuration;
|
||||
|
||||
struct {
|
||||
// public properties
|
||||
unsigned synchronous:1;
|
||||
|
||||
Reference in New Issue
Block a user