The idea
The transition shorthand packs property, duration, timing function and delay into one declaration: transition: <property> <duration> <timing-function> <delay>. The first time value is the duration, the second is the delay. The box grows to 240×80 with a 0.3s ease transition.
This level needs the transition shorthand — longhand transition-* properties will not count.