https://github.com/gekorm/position-responsive
Responsive positioning
https://github.com/gekorm/position-responsive
Last synced: about 1 year ago
JSON representation
Responsive positioning
- Host: GitHub
- URL: https://github.com/gekorm/position-responsive
- Owner: GeKorm
- Created: 2015-07-28T21:00:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T21:50:49.000Z (almost 11 years ago)
- Last Synced: 2025-02-09T05:46:19.915Z (over 1 year ago)
- Language: JavaScript
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# position-responsive
Position-aware responsive web design
Web designers have a plethora of tools to control how their applications look in multiple sizes.
But what about in multiple *positions*?
This library aims to provide these tools.
For now it deals with position-aware positioning, more specifically: viewport, window and screen-relative.
A CSS polyfill is planned but the spec is still undetermined.
* Performance: It uses GPU optimized methods and tries to minimize repainting. Tests show it can handle a lot of elements moving at once at 60 and 144 FPS. Please conduct your own testing for your specific use case. Please report [performance issues](https://github.com/GeKorm/position-responsive/labels/performance).
* Compatibility: Fallback to supported methods for older browsers.
* [**Demo:**](http://www.gekorm.com/position-responsive/) Move the browser window around (desktop)
* Documentation: Very easy to use, docs will be added as soon as possible.