DEV Community

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

Posted on โ€ข Edited on

2

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)

Sentry image

See why 4M developers consider Sentry, โ€œnot bad.โ€

Fixing code doesnโ€™t have to be the worst part of your day. Learn how Sentry can help.

Learn more

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay