In this CSS tutorial I go over the transition properties. With "transition-property" you can specify which property the transition will be for. WIth "transition-duration" you can set how long the transition will last. With "transition-delay" you can set a delay to the transition. You can also use "transition" property as a shorthand. You can also apply multiple transitions separated by a comma