An open API service indexing awesome lists of open source software.

https://github.com/bitflower/angular-absolute-me

Use the benefit of absolute (px) & relative sizings (%) at the same time.
https://github.com/bitflower/angular-absolute-me

Last synced: 9 months ago
JSON representation

Use the benefit of absolute (px) & relative sizings (%) at the same time.

Awesome Lists containing this project

README

          

Absolute Me ! for AngularJS
===========================

Absolute Me! sizes your target DOM elements with cleverness! Let your favorite layout system like BootStrap, Foundation, etc. do the relative sizing. Get absolute sizes when the page is loaded or when the resizing of the browser is finished.

Szenarios when Absolute Me! can help:
-------------------------------------
- Turn a relatively sized element to position: fixed on scroll actions (e.g. ui-scrollfix, headroom.js, ...)

Pros:
-----
- no scope polution
- no performance eater (no dom adjustment during resize event fire)
- no need to width-inherit down to the element