Example
larryvanwave-ff
3 months agoCommunity Member
The Circle of Trust
This is an example of using a simple drag-and-drop interface to highlight different topics.
View Example
larryvanwave-ff
3 months agoCommunity Member
Hi Bill,
Thank you for the positive feedback. The outer circle rotates by JavaScript GSAP:
var slowCircle = document.querySelectorAll( "[data-acc-text='rotateCircle']");
var circleTime = gsap.timeline({repeat: -1});
circleTime.to(slowCircle, {rotation:360, duration:124});