Greasy Fork is available in English.

Useless Things Series: Circle 3

A mini circle that is connected to form a circle with black and white alternating color. The circle with the same properties is called to create more circle.

작성자
Useless Things Series: ??
일일 설치 수
0
총 설치 수
3
평점
0 0 0
버전
1.0
생성일
2024-02-18
갱신일
2024-02-18
크기
3.72KB
라이선스
MIT
적용 사이트
모든 사이트

Press 'k' to enable the circle, the circles all have different mini circles that form the circle, then the radius when the circle is formed, and the rotation.

Methods:
generateConcentricCircles(numCircles, circleRadius, smallCircleRadius, index):
Generates concentric circles based on the parameters provided.
Parameters:
numCircles: Number of circles forming the larger circle.
circleRadius: Radius of the larger circle.
smallCircleRadius: Radius of the smaller circles within the larger circle.
index: Index used for animation direction.
Returns: The generated circle overlay.

toggleCircleOverlay():
Toggles the visibility of the concentric circles.