Closed DylanCa closed 7 years ago
You can find a sample for this in index.html of this repo.
Awesome ! And about dynamically modifying the spreaderTitle image ? I assume I have to reassign the wheel.spreaderInTitle / .spreaderOutTitle, but I can't find a way to "refresh" the wheel in order to display the new image .. Got an Idea ?
EDIT : Nevermind, managed to do it :) thank you once again !
Mind telling what you did? :p
wheel.spreader.inTitle.src = "icon.png";
Hi,
I was wondering if I can put a custom image as the Spreader, and if I can modify it later using JS ? I know I can put an icon instead of the SpreaderTitle, but I need an image there actually.
Thank you !