Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 980 Bytes

File metadata and controls

22 lines (12 loc) · 980 Bytes

Scrollytelling Template

This is a basic scrollytelling template and can be used to kickstart creating amazing 3D websites with Needle.

Checkout the live example

Get started

Run the template locally and run npm i and then npm start.

Then modify the content or connect it with your 3D editor like Unity or Blender to create new 3D content: It's super easy!

Visit docs.needle.tools to learn how.

Content

  • index.html - Contains a content and page setup. Add or edit content to your liking
  • src/style.css - The CSS styles for the website
  • src/main.ts - Here we add some basic javascript to make scrolling smoother or to fade-in and -out the scroll sections when they enter the screen.