luxlabs header browser preview


@class SXComponentView, UIView;

@interface SXParallaxFadeSceneAnimationHandler : SXSceneComponentAnimationHandler

@property (retain, nonatomic) UIView *overlayView;
@property (retain, nonatomic) SXComponentView *headerComponentView;
@property (nonatomic) double scrollDistance;
@property (nonatomic) double alphaDistance;
@property (nonatomic) unsigned long long attachmentType;

- (void)startAnimation;
- (void).cxx_destruct;
- (void)finishAnimation;
- (id)componentViewToAnimate;
- (double)factorForVisibileBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 andAbsoluteComponentRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1;
- (void)prepareAnimation;
- (BOOL)shouldFinishAtEndOfScrollView;
- (void)updateAnimationWithFactor:(double)a0;

@end