easie icon indicating copy to clipboard operation
easie copied to clipboard

suggestion for jaukia/easie/README.markdown

Open javalava101 opened this issue 11 years ago • 1 comments

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:

  1. Copy the file "js/jquery.easie-min.js" to your project
  2. Add a
  3. Show the "jquery.easie.js" web page ("index.html" in the unzipped folder or http://janne.aukia.com/easie/)
  4. Select the curve you want (move the dots to get custom curves)
  5. Use the "jQuery.easie code" snippet in "your-javascript-file.js"
  6. 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)

javalava101 avatar Apr 30 '13 10:04 javalava101

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:

jaukia avatar May 06 '13 20:05 jaukia