IFTTT开源Swift编写的帧动画框架--RazzleDazzle

RazzleDazzle是IFTTT开源的一个iOS帧动画框架,用Swift编写,非常适用于APP初次使用时的介绍和引导信息。RazzleDazzle由IFTTT此前开源的一款Objective-C滚动帧动画库JazzHands发展而来。JazzHands是UIKit一个简单的关键帧基础动画框架,可通过手势、scrollview、KVO或者ReactiveCocoa控制动画,被IFTTT应用在IFTTT for iPhone上。多款知名应用程序都使用了JazzHands这个框架,目前其在github上有3688个star。对于RazzleDazzle,开发者除了使用RazzleDazzle支持的动画类型外,还可以使用自定义动画类型。


RazzleDazzle支持的动画类型:

  • AlphaAnimationanimates thealphaproperty (creates fade effects).

  • BackgroundColorAnimationanimates thebackgroundColorproperty.

  • RotationAnimationanimates a rotation transform (for rotation effects).

  • ScaleAnimationapplies a scaling transform (to scale view sizes).

  • TranslationAnimationapplies a translation transform (to translate view position).

  • CornerRadiusAnimationanimates thelayer.cornerRadiusproperty.

  • HideAnimation animates the hidden property (hides and shows views).

  • LayerstrokeStartAnimationanimates thestrokeStartproperty of aCAShapeLayer(does not work with LayerstrokeEndAnimation).

  • LayerstrokeEndAnimationanimates thestrokeEndproperty of aCAShapeLayer(does not work with LayerstrokeStartAnimation).

  • LayerFillColorAnimationanimates thefillColorproperty of aCAShapeLayer.

  • LayerstrokeColorAnimationanimates thestrokeColorproperty of aCAShapeLayer.

  • PathPositionAnimationanimates thelayer.positionproperty of aUIViewalong a path.

  • LabelTextColorAnimationanimates thetextColorproperty of aUILabel.

  • ConstraintConstantAnimationanimates anAutoLayoutconstraint constant.

  • ConstraintMultiplierAnimationanimates anAutoLayoutconstraint constant as a multiple of an attribute of another view (to offset or resize views based on another view's size)

  • ScrollViewPageConstraintAnimationanimates anAutoLayoutconstraint constant to place a view on a scroll view page (to position views on a scrollView using AutoLayout). This is the animation doing the heavy lifting forAnimatedPagingScrollViewController'skeepView(view: onPage:)function.

相关文章

软件简介:蓝湖辅助工具,减少移动端开发中控件属性的复制和粘...
现实生活中,我们听到的声音都是时间连续的,我们称为这种信...
前言最近在B站上看到一个漂亮的仙女姐姐跳舞视频,循环看了亿...
【Android App】实战项目之仿抖音的短视频分享App(附源码和...
前言这一篇博客应该是我花时间最多的一次了,从2022年1月底至...
因为我既对接过session、cookie,也对接过JWT,今年因为工作...