0
0
Figmabi_tool~8 mins

Transition animations in Figma - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Transition animations
Dashboard Goal

This dashboard helps product managers understand how users navigate through app screens by showing transition animations between key pages. It answers: Which screen transitions are most frequent and how smooth are the animations?

Sample Data
From ScreenTo ScreenTransition CountAverage Duration (ms)
HomeSearch1200300
SearchProduct Detail900350
Product DetailCart600400
CartCheckout450450
CheckoutConfirmation430320
HomeProfile300280
ProfileSettings200310
Dashboard Components
  • KPI Card: Total Transitions
    Formula: SUM of all Transition Count = 1200+900+600+450+430+300+200 = 4080
  • Bar Chart: Transitions by Screen Pair
    X-axis: "From Screen to To Screen"
    Y-axis: Transition Count
    Shows bars for each screen pair with counts: Home->Search (1200), Search->Product Detail (900), etc.
  • Line Chart: Average Animation Duration Over Transitions
    X-axis: Screen pairs in order of flow
    Y-axis: Average Duration (ms)
    Shows trend of animation duration from 280ms to 450ms
  • Table: Detailed Transition Data
    Shows all columns from sample data for reference
Dashboard Layout
+----------------------+---------------------------+
|      KPI Card        |      Bar Chart             |
|  Total Transitions   |  Transitions by Screen     |
+----------------------+---------------------------+
|      Line Chart                              |
|  Avg Animation Duration                      |
+---------------------------------------------+
|      Table: Detailed Transition Data        |
+---------------------------------------------+
Interactivity

A filter dropdown lets users select a From Screen. When selected, the bar chart, line chart, and table update to show only transitions starting from that screen. The KPI card updates to show the total transitions for the filtered data.

Self Check

If you add a filter for From Screen = "Home", which components update and what changes occur?

  • KPI Card updates to show total transitions from Home: 1200 + 300 = 1500
  • Bar Chart shows only Home->Search (1200) and Home->Profile (300)
  • Line Chart shows average durations for these two transitions: 300ms and 280ms
  • Table filters to only rows where From Screen is Home
Key Result
Dashboard showing user screen transition counts and animation durations with interactive filtering by starting screen.