DEV Community

Cover image for How to write values in transform property?
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ

Posted on • Updated on

How to write values in transform property?

Hello folks,

Hope you doing some coding stuffs.

By the way, this post is part of our "20 CSS animation"

In this post, I want to share that how we can write different transform values in only one single line.

transform: scale(0.5) translate(50px, 0px) rotate(45deg);

Interested? Great check this codepen.

And if you guys interested in my free website templates please download them here ๐Ÿ‘‰AtulCodex Marketplace ๐Ÿช.

Top comments (0)