简体   繁体   中英

Shape with increasing width

I would like to create a shape, which starts with a certain width and then increases to the end. Currently I have this shape here:

在此处输入图片说明

Generated by this document . How can I style the shape, that it starts with width x and gets bigger and bigger until it reaches widtht y ?

Besides that, is it also possible to simply rotate a shape with CSS?

Yes it is possible with CSS3 Animation and Transform :

Heres an example I made which makes the shape grow in width and spin around endlessly:

DEMO

Heres a demo showing how you can make the shape grow until a certain width is met:

DEMO

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM