Skip to content

0.1.0

Choose a tag to compare

@pavelzaichyk pavelzaichyk released this 06 Jun 16:32
· 7 commits to master since this release
  • Added animation logic to the Joystick to animate the JoystickStick on load which can be toggled using includeInitialAnimation parameter.
  • Added: Support for customizing arrowsColor, boxShadows and withBorderCircle parameter in JoystickBase.
  • Added: Support for customizing color and shadowColor parameters in JoystickStick.
  • Added new JoystickArrows widget and removed the current arrow rendering logic from JoystickBase widget. The arrows in JoystickArrows animate and the animation can be toggled using enableArrowAnimation in JoystickBase widget.
  • Added new ColorUtils class which exposes static darken and lighten methods.