https://github.com/reactivecocoa/reactiveanimation
Declarative animations using ReactiveCocoa signals
https://github.com/reactivecocoa/reactiveanimation
Last synced: 8 months ago
JSON representation
Declarative animations using ReactiveCocoa signals
- Host: GitHub
- URL: https://github.com/reactivecocoa/reactiveanimation
- Owner: ReactiveCocoa
- License: mit
- Archived: true
- Created: 2015-03-23T02:56:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T11:26:37.000Z (about 7 years ago)
- Last Synced: 2025-10-06T15:39:39.965Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 27.3 KB
- Stars: 294
- Watchers: 15
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ReactiveAnimation [](https://github.com/Carthage/Carthage)
Declarative animations using [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) signals. See the [Mac
demo](https://github.com/ReactiveCocoa/ReactiveAnimation-MacDemo) for an example
of how the library works.
ReactiveAnimation is released under the [MIT license](LICENSE.md).
### Getting Started
To import the ReactiveAnimation framework, add `ReactiveAnimation.xcodeproj` as
a subproject and add the appropriate framework target to your application.
Alternatively, you can use [Carthage](https://github.com/Carthage/Carthage) to
build the framework for you.