CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

SpringAnimation 1.0.8

SpringAnimation 1.0.8

Maintained by LEE.



  • By
  • LEE

Spring - Animation

Swift

天朝子民

Features

  • Chained grammar.
  • No inheritance required.
  • Lightweight expansion.
  • Based on UIViewAnimation.
  • No code intrusion.

Installation

CocoaPods - Podfile

pod 'SpringAnimation'

Carthage - Cartfile

github "lixiang1994/Spring"

Usage

First make sure to import the framework:

import SpringAnimation

Here are some usage examples. All devices are also available as simulators:

Chaining

 animationView.spring
  .opacity(0.1)
  .scale(0.8, 0.8)
  .duration(2)
  .curve(.easeOutQuad)
  .animate()

Functions

animate()
animateNext { ... }
animateTo()
animateToNext { ... }

Animation

shake
pop
morph
squeeze
wobble
swing
flipX
flipY
fall
squeezeLeft
squeezeRight
squeezeDown
squeezeUp
slideLeft
slideRight
slideDown
slideUp
fadeIn
fadeOut
fadeInLeft
fadeInRight
fadeInDown
fadeInUp
zoomIn
zoomOut
flash

Curve

spring
linear
easeIn
easeOut
easeInOut

Properties

force
duration
delay
damping
velocity
repeatCount
scale
x
y
rotate

* Not all properties work together.

Reference

Spring

Contributing

If you have the need for a specific feature that you want implemented or if you experienced a bug, please open an issue. If you extended the functionality of Spring yourself and want others to use it too, please submit a pull request.

License

Spring is under MIT license. See the LICENSE file for more info.