Jonny Dungeons

Results 5 issues of Jonny Dungeons

How can a plugin based on events have no concept of stop propagation and prevent default especially when it piggy backs off of the Hammer.js that supports this??? I have...

I use this component in my menu component to scroll to page content which is in a different component. Is this possible?

I have a problem. Currently my company is incorporating this at the top level of a component during unit tests like so: `... import { GraphQLFieldsReturnType } from '../../../type-defs'; jest.mock('graphql-fields',...

I have a separate menu component and want to add "onClick={() => this.parallax.scrollTo(1)}" on some of my menu items to scroll parallax content. Is there a way to do this?