u10int / Kinetic

A flexible tweening library for iOS in Swift similar to GSAP's TweenMax.
MIT License
57 stars 7 forks source link

Cannot animate SKNode objects. #30

Open firatagdas opened 7 years ago

firatagdas commented 7 years ago

Could you please add Sprite Kit support?

u10int commented 7 years ago

You should be able to use the key path property for animating non-supported properties as long as the parent object is a subclass of NSObject, which I think SpriteKit objects are: https://github.com/u10int/Kinetic#custom-properties

I'll looking into SpriteKit more once I get all the refactoring done for the 1.0 release.