RxAnimated icon indicating copy to clipboard operation
RxAnimated copied to clipboard

Animated RxCocoa bindings

Results 12 RxAnimated issues
Sort by recently updated
recently updated
newest added

Hi, I used v0.9.0 with RxSwift 6.2 on latest xCode. i have a memory leak by using: ``` Observable .combineLatest( foo1.asObservable(), foo2.asObservable() ) .map { string in NSMutableAttributedString(string: string) }...

With the current settings, can build `Exmaple/RxAnimated.xcworkspace` after `pod install`, but `./RxAnimated.xcodeproj` cannot be built with Xcode because there is no Info.plist. [This commit](https://github.com/RxSwiftCommunity/RxAnimated/commit/eb9fe8dbb022f6f75503ab5f5b2719fd692fd52c) removes `Info.plist` to build the Example,...

Run `swift build` locally, will get the following error: ``` RxAnimated % swift build RxAnimated/Sources/RxAnimated/RxAnimated+animations.swift:3:8: error: no such module 'UIKit' import UIKit ^ ``` I know the discussion [here](https://github.com/RxSwiftCommunity/RxAnimated/pull/38#discussion_r388505253), but...

Could be useful something to tell the AnimationSink to not animate the initial state. What you think?

Testing Result: ``` github "boska/RxAnimated" "carthage" ``` ![RxAnimatedTesting (fish) 2019-04-02 11-28-38](https://user-images.githubusercontent.com/2024208/55374292-80dde280-553a-11e9-8e8c-49d61c8913be.png)

How can I use it without set timer like sample ? I need to make flip image animation for button when action is happened Help please

Hi I updated facebooksdk in cocoa pods then suddenly started getting this build time errors out of nowhere. Xcode 9.4.1 Swift 4.1 **Pattern cannot match values of type 'RxAnimationType'** case...

First of all, congrats for this nice helper library, I once try to build something pretty similar but didn't make it, yours looks really great, simple and powerful. 👍 After...