Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mac81/pure-drawer
Pure CSS transition effects for off-canvas views
https://github.com/mac81/pure-drawer
Last synced: 7 days ago
JSON representation
Pure CSS transition effects for off-canvas views
- Host: GitHub
- URL: https://github.com/mac81/pure-drawer
- Owner: mac81
- Created: 2014-07-03T07:07:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T18:42:28.000Z (over 7 years ago)
- Last Synced: 2024-03-15T22:11:53.901Z (8 months ago)
- Language: CSS
- Homepage: http://mac81.github.io/pure-drawer/
- Size: 27.8 MB
- Stars: 326
- Watchers: 20
- Forks: 92
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-css-only - Pure-drawe - Pure CSS transition effects for off-canvas views. (Uncategorized / Uncategorized)
README
# Pure Drawer
Version: 1.0.2
Pure Drawer is a 100% css solution for off-canvas drawers.
## Download
https://github.com/mac81/pure-drawer/tree/master/src
## Demo
http://mac81.github.io/pure-drawer/
## Documentation
http://mac81.github.io/pure-drawer/documentation
## Planned features
- Multiple drawers (Implemented in version 0.8)
- Javascript enhanced version
- More effects (Implemented in version 1.0)## Changelog
**1.0.2** :: *27th Jul 2015*
- Fixed scrollbar placement when drawer is on the right side.
**1.0.1** :: *9th Dec 2014*
- Fixed issue with toggle button in Safari and IOS.
**1.0** :: *28th Nov 2014*
- Added 5 new effects
- New toggle icon
- Added animation variables to scss settings
- Minor bugfixes and refactoring.**0.9** :: *23th Sep 2014*
- Fixed issues with effect 5 and 7
- New feature: You can now turn pure-drawer on/off on spesific breakpoints.**0.8** :: *17th Sep 2014*
- Total rewrite of css
- Added support for multiple drawers**0.7** :: *6th Aug 2014*
- Fixed issue where window pusher jumped to top when drawer is active.
- Rearranged fallback code
- Adjustments to scss settings**0.6** :: *4th Aug 2014*
- Added breakpoint support. Drawers can now have different width and height for small, medium and large screens.