CSSLideTransition 0.0.1

CSSLideTransition 0.0.1

测试已测试
语言语言 Objective C++Objective C++
许可证 MIT
发布时间最新发布2015年6月

Marco Sero 维护。



CSSLideTransition 是 ComponentKit 的一个扩展,用于添加淡入淡出过渡效果。

安装

在 Podfile 中添加 CSSLideTransition

使用方法

当在组件树中使用 CSSLideTransitionComponent 下载图片时,而不是使用默认的

+ (instancetype)newWithURL:(NSURL *)url
           imageDownloader:(id<CKNetworkImageDownloading>)imageDownloader
                 scenePath:(id)scenePath
                      size:(const CKComponentSize &)size
                   options:(const CKNetworkImageComponentOptions &)options
                attributes:(const CKViewComponentAttributeValueMap &)attributes;

使用新的

+ (instancetype)newWithURL:(NSURL *)url
           imageDownloader:(id<CKNetworkImageDownloading>)imageDownloader
                 scenePath:(id)scenePath
                      size:(const CKComponentSize &)size
                   options:(const CKNetworkImageComponentOptions &)options
                attributes:(const CKViewComponentAttributeValueMap &)attributes
            fadeTransition:(const CKComponentFadeTransition)fadeTransition;

CSSLideTransition 结构中指定过渡的持续时间。