You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.