Skip to content

⚡️The full power of CSS3

Compare
Choose a tag to compare
@MihaelIsaev MihaelIsaev released this 18 Dec 00:42
· 23 commits to master since this release

I'm in love with iOS autolayout and building web without its power is painful job.

I experimented with autolayout and built fully working version 0.0.1 using JavaScript and it works great until any page resize, then JS reflows UI too many times and UI become laggy during resize. You can try it if you want with tag 0.0.1, it is full copy of iOS with the power of relative constraints. Maybe I will use it in the future when browsers will give batch CSS updates or something else.

Current version 1.0.0 is built on pure CSS3 with the power of its translate and variables. So no lags at all. Pure power and maximum FPS.

All the details are available in the README.

Enjoy! ⚡️