easie
easie copied to clipboard
suggestion for jaukia/easie/README.markdown
The installation instructions are misleading (at least for a novice like me):
There is just one step:
Copy the file "js/jquery.easie.js" to your project (or the minified version in "build/jquery.easie-min.js"), and you are done!
It would have been useful if you had included all the necessary steps somewhere, for those of us who need them:
- Copy the file "js/jquery.easie-min.js" to your project
- Add a
- Show the "jquery.easie.js" web page ("index.html" in the unzipped folder or http://janne.aukia.com/easie/)
- Select the curve you want (move the dots to get custom curves)
- Use the "jQuery.easie code" snippet in "your-javascript-file.js"
- Use the "Css3 code" snippet in "your-style-sheet.css"
I agree that brief is good, but so is being helpful. (thanks for an excellent plugin)
Thanks for the feedback, I shall have a look at tuning the help texts at some point!
On 30 April 2013 13:21, javalava101 [email protected] wrote:
The installation instructions are misleading (at least for a novice like me):
There is just one step:
Copy the file "js/jquery.easie.js" to your project (or the minified version in "build/jquery.easie-min.js"), and you are done!
It would have been useful if you had included all the necessary steps somewhere, for those of us who need them:
Copy the file "js/jquery.easie-min.js" to your project 2.
Add a line to my HTML
section, after jQuery and before your JavaScript. For example: