Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
How to create a transition effect with CSS?
To create a transition effect, set the property for the transition effect. With that also set the duration of effect.
transition: height 5s;
You can try to run the following code to create a transition effect
Example
Heading One
Hover over the below box to change its width.
Advertisements
