Skip to content
#

interaction

Here are 181 public repositories matching this topic...

aleSuglia
aleSuglia commented Nov 11, 2018

Hi,

Thanks for your effort in maintaining this amazing project. I've recently started playing with it and I would like to know in detail what is the workflow that I should follow in order to extend your project.

The current documentation is really minimal and unfortunately I would like to do something more than just adding a new scene. In particular, I would appreciate to see how I can debu

appsforartists
appsforartists commented Jul 25, 2018

A new user might presumably do this:

const draggable = new Draggable(pointerEvents);
const spring = new Point2DSpring();
const tossable = new Tossable({ draggable, spring });

and wonder why nothing is happening. Perhaps interactions that take user input should throw warnings if their output isn't being used (at least in a dev mode).

HenryCloud
HenryCloud commented Mar 15, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

**Environment (please

bug

Improve this page

Add a description, image, and links to the interaction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interaction topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.