It should be lightweight cuz it only has one view isn't it 🤔
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-01-25.at.19.06.58.mp4
animateView = ParticleView()
animateView.backgroundColor = .systemMint
animateView.frame = view.bounds
view.addSubview(animateView)
- It will not smooth if run on low frame cuz I'm using
CADisplayLink
120fps will see it smooth ✌🏼