Skip to content

Animation PR Guide

C S Prasad edited this page Feb 8, 2026 · 2 revisions

Avoid long explanations. If it can be understood in 10 seconds it’s enough.

Structure

Feature

One-line description of what was added.

Example:

Orbit Pulse Animation: expanding circles fading from center.

Idea

Explain inspiration or intent.

Example:

Ambient motion experiment inspired by subtle sci-fi HUD visuals.

Implementation

Only the core technical pieces.

Example:

  • SwiftUI Canvas
  • TimelineView(.animation)
  • scaleEffect + opacity

Preview

Add GIF or screenshot.

Merge Check

  • Smooth on device
  • No layout shifts
  • Performance acceptable

Philosophy

Minimal · Honest · Intentional

Clone this wiki locally