DOUM Coding

CSS Property Explanation 58

58. transition-property

Ye property define karti hai kis CSS property par transition effect apply hoga.

Use Case:

Agar sirf background color smooth change karna ho to likho transition-property: background-color;

Example:

.box {
transition-property: background-color;
transition-duration: 0.5s;
}

Isse background color smoothly change hoga.
If You like these types of post please like.

1 week ago | [YT] | 0