Static styling
Style elements in HTML like you use Tailwind CSS, or define the initial value for animated properties with static styling
Static styling is like adding a CSS style, but right in the HTML code. Because the TorusKit applies all CSS styles before the render, so there is no styling lag. Static styling is also crucial when you need to define the initial value for the animation. This value represents the starting from value. All initial (static) values must be defined on the beginning before all other triggers.