Motion

object Motion

Motion tokens — one duration/easing scale so transitions feel like one app. Values follow the Material motion spec's short/medium buckets; the dashboard favours quick, low-drama motion.

Properties

Link copied to clipboard
const val FAST_MS: Int = 160
Link copied to clipboard
const val INSTANT_MS: Int = 90
Link copied to clipboard
const val MEDIUM_MS: Int = 240
Link copied to clipboard
const val SLOW_MS: Int = 360