Hello, I am attempting to develop a circular object that will rotate in the direction it is dragged. Within this circle, there are elements positioned along the border so that these elements also spin accordingly. To illustrate, below are the specific elements involved:
<ion-slides [options]="slideOpts">
<ion-slide>
<div style="background: black; height: 100px; width: 100px"></div>
</ion-slide>
<ion-slide>
<div style="background: red; height: 100px; width: 100px"></div>
</ion-slide>
<ion-slide>
<div style="background: yellow; height: 100px; width: 100px"></div>
</ion-slide>
</ion-slides>
To provide a clearer understanding, please refer to the image linked below: