Exercise: Transition on Button

Opened: Monday, 22 July 2024, 12:00 AM

Create a small BBj file, that has a Button and use CSS to make the button bigger when you hover over it, then implement the transition to make the animation smoother.

As a Reminder, this is the syntax of the transition:

 transition: <property <duration> <timing-function> <delay>;

Should you have trouble we have the transitionToButtonCompleted.bbj you can use as a reference.

Good Luck!