Yet another JS modal dialog. To get started, check out this demo to see it in action!
Browser support:
- IE 10+
- FF 22+
- Chrome 28+
- Opera 16+
Please refer do the project page.
Contributions are welcome! If you would like to contribute, please issue a pull request. Here is what you need to do to get them accepted:
- Lint the files using
grunt jshint
- Test the code. We are using mocha with chai.
Please add test cases to
test/spec/test.js
, and rungrunt test
.
To build akno locally please run:
grunt build
The result will appear in dist
directory.
Akno is inspired by and uses Nifty Modal Window Effects created by Mary Lou on Codprops.
Copyright (c) 2013 Siarhei Khilko.
Licensed under the MIT License.