Utility to create a transition by comparing the panel style before and after the scope.
| Delay | If set, delay before starting the transition after the property was changed. | 
| Duration | Duration of the transition between old value and new value. | 
| Property | The CSS property to transition. | 
| TimingFunction | The timing or "easing" function. <c>transition-timing-function</c> CSS property. Example values would be <c>ease</c>, <c>ease-in</c>, <c>ease-out</c> and <c>ease-in-out</c>. |