marissagodwin / dsn1676-term-project

0 stars 0 forks source link

smooth scrolling #2

Open marissagodwin opened 9 years ago

marissagodwin commented 9 years ago

I can't get the smooth scrolling to work. I'm very lost with java script, and might cry. PLZ send help, or maybe there's an office hour on Monday or something?

@thomasjbradley

thomasjbradley commented 9 years ago

What have you tried so far? I don't see any code on GitHub related to smooth scrolling.

marissagodwin commented 9 years ago

@thomasjbradley

I forgot to sync...

thomasjbradley commented 9 years ago

I can see a few things to fix:

  1. There's two copies of jQuery here: https://github.com/marissagodwin/dsn1676-term-project/blob/gh-pages/index.html#L165-L168 Delete the second one.
  2. This path is missing its http: https://github.com/marissagodwin/dsn1676-term-project/blob/gh-pages/index.html#L167
  3. The line of Javascript needed to trigger LocalScroll is missing from main.js