September 26th, 2025

KinesteX v2.02.1: Adjustable default loading animation

This update introduces customization options for background, text, and stickman colors of the initial loading overlay. Currently by default we will show the green stickman, but now you can customize it by passing in customParams either one or all fields:

     loadingStickmanColor: "00FF0B",
     loadingBackgroundColor: "000000", 
     loadingTextColor: "FFFFFF", // changes the text color and back button

The values are 6 digit hex colors without #