SpriteKit-Spring icon indicating copy to clipboard operation
SpriteKit-Spring copied to clipboard

SpriteKit API reproducing UIView's spring animations with SKAction

Results 4 SpriteKit-Spring issues
Sort by recently updated
recently updated
newest added

Would be nice to be able to use this project as a Swift Package Dependency :)

Not supported...

Hey! Awesome library, thanks for building it. I noticed that there's a bug with animations that use `byValue`, e.g.: ``` SKAction.scale(by:duration:delay:usingSpringWithDamping:initialSpringVelocity:) ``` The distance isn't calculated correctly, so the behavior...

Is it possible to provide cocoa pods support for tvOS?. The helper works flawlessly on tvOS but doesn't have cocoa pods support which makes it harder to manage when having...