Is it possible to clockwise title only in selected navItems? What I have found works on all of them:
wheel.titleCurved = true;
wheel.titleCurvedClockwise = true;
Is it possible to clockwise title only in selected navItems? What I have found works on all of them:
wheel.titleCurved = true;
wheel.titleCurvedClockwise = true;
It is not possible to modify only the selected navItem because it changes dynamically.
However, you can modify navItems individually after initialization.