SkillAgentSearch skills...

SwiftOutTimingFunction

SwiftOutTimingFunction brings Google's new *Swift Out* animation curve to iOS.

Install / Use

/learn @fastred/SwiftOutTimingFunction
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SwiftOutTimingFunction

SwiftOutTimingFunction brings Google's new Swift Out animation curve to iOS.

Demo GIF

Demo

To run the example project; clone the repo, and open Example/SwiftOutTimingFunction.xcodeproj.

Requirements

  • iOS 6 and above
  • ARC

Installation

Copy CAMediaTimingFunction+SwiftOut.h/m to your project. Then, import it:

#import "CAMediaTimingFunction+SwiftOut.h"

and use with:

animation.timingFunction = [CAMediaTimingFunction swiftOut];

Author

Arkadiusz Holko:

View on GitHub
GitHub Stars43
CategoryDevelopment
Updated1y ago
Forks6

Languages

Objective-C

Security Score

75/100

Audited on Jul 22, 2024

No findings