joehewitt / scrollability

Imitates iOS native scrolling in JavaScript.
http://joehewitt.github.com/scrollability
Other
1.78k stars 147 forks source link

require.js required? #27

Closed Yuripetusko closed 12 years ago

Yuripetusko commented 12 years ago

It sais that no dependencies inbvolved, but it looks like you are using require.js as export and requre methods are called.

joehewitt commented 12 years ago

There is a build step that strips out the require calls.

Yuripetusko commented 12 years ago

oops :) Thanks

max-mapper commented 12 years ago

@joehewitt can you put build step instructions in the readme?

speedmax commented 12 years ago

@joehewitt +1 for build instruction

joehewitt commented 12 years ago

There are no build instructions because I don't really want anyone using Scrollability. I'm not maintaining it. Sorry for not putting that in the README.

max-mapper commented 12 years ago

@joehewitt some of the methods used in scrollability are useful on their own (precompiling keyframes etc), but to truly learn from them it helps to be able to recompile the library as-is with logging features inserted