Skip to content

Releases: ThasianX/ElegantColorPalette

More API additions and improvements!

06 Aug 02:54
cf8628a
Compare
Choose a tag to compare
  • API Additions
    • Whether or not a focused node can be moved
    • Spawn area customization
    • Rotation speed customization
    • Determine if a node is being focused through isFocusing
    • The scene behind the view is now exposed for developers who want to delve deep into SpriteKit
  • Other
    • Selected nodes that are tapped again now inform the client
    • Added extra scaling animation to the default node style
    • Refined the focus animation

Added support for SwiftUI binding animation!

05 Aug 02:51
9f7cdaf
Compare
Choose a tag to compare

Just use the .bindingAnimation modifier on your ColorPaletteBindingView to customize the animation.

Better focus animation. Exactly like TimePage now!

04 Aug 05:35
Compare
Choose a tag to compare

Instead of using SKActions, the focus animation now uses custom logic that modifies the focused node's velocity until it reaches the focus location.

Initial Release with SPM, Cocoapods, and Carthage support!

31 Jul 20:47
Compare
Choose a tag to compare
1.0.0

modified scheme to only support ios. library is now compatible with c…