Razzledazzle is an iOS frame animation framework IFTTT open source, written in Swift, ideal for introduction and guidance when the app is first used. Razzledazzle by IFTTT previously open source of a objective-c scrolling frame animation library jazzhands developed. Jazzhands is a simple keyframe-based animation framework that can be Reactivecocoa applied to the IFTTT for iphone via gestures, ScrollView, KVO, or ifttt control animations. The Jazzhands framework is used by a variety of well-known applications and currently has 3,688 star on GitHub. For Razzledazzle, developers can use custom animation types in addition to the types of animations supported by Razzledazzle.
Razzledazzle Supported animation types:
alphaanimation Animates the Alpha property (creates fade effects).
backgroundcoloranimation Animates the BackgroundColor property.
rotationanimation Animates a rotation transform (for rotation effects).
Scaleanimation applies a scaling transform (to scale view sizes).
Translationanimation applies a translation transform (to translate view position).
cornerradiusanimation Animates the Layer.cornerradius property.
hideanimatioN Animates the hidden property (hides and shows views).
layerstrokestartanimation Animates the Strokestart property of a cashapelayer (does don't work with Layerstrokeenda nimation).
layerstrokeendanimation Animates the Strokeend property of a cashapelayer (does don't work with Layerstrokestartani mation).
layerfillcoloranimation Animates the FillColor property of a cashapelayer.
layerstrokecoloranimation Animates the Strokecolor property of a cashapelayer.
pathpositionanimation Animates the Layer.position property of a UIView along a path.
labeltextcoloranimation Animates the TextColor property of a UILabel.
constraintconstantanimation Animates an AutoLayout constraint constant.
constraintmultiplieranimation Animates an AutoLayout constraint constant as a multiple of a attribute of another View (to offset or resize views based on another view ' s size)
scrollviewpageconstraintanimation Animates an AutoLayout constraint constant to place a view on a scroll view pag E (To position views on a ScrollView using AutoLayout). This was the animation doing the heavy lifting for Animatedpagingscrollviewcontroller ' s Keepview (view:onpage:) function.
Go IFTTT frame animation framework written by Open source Swift--razzledazzle