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.
- Host: GitHub
- URL: https://github.com/bitflower/angular-absolute-me
- Owner: bitflower
- Created: 2014-09-11T12:29:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T16:22:56.000Z (over 11 years ago)
- Last Synced: 2025-07-15T06:56:03.000Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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