Releases: ThasianX/ElegantColorPalette
Releases · ThasianX/ElegantColorPalette
More API additions and improvements!
- 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!
Just use the .bindingAnimation
modifier on your ColorPaletteBindingView
to customize the animation.
Better focus animation. Exactly like TimePage now!
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!
1.0.0 modified scheme to only support ios. library is now compatible with c…