Giter VIP home page Giter VIP logo

drag.flick's People

Contributors

benlenarts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

paulakg4 rustyx

drag.flick's Issues

Incorrect behavior when modifier one of the properties set to false

Code:
var myDrag = new Drag.Flick(dragEl, {
modifiers: {
x: 'left',
y: false
}
});

Result:
TypeError: Result of expression 'property.camelCase' [undefined] is not a function.

This does not allow to scroll only in one plane in the traditional way.

By the way, this code works:
var myDrag = new Drag.Flick(dragEl, {
limit: {
x: [0, 1000],
y: [0, 0]
}
});

Snap vs. Drag event

IE has problems with the sample rate using periodical when there are more / complex elements on the page. It seem to be called too slowly, so there is no momentum when you release the mouse, the dragged element simply stops.

Calling the sample() method directly on each drag event works better:

this.addEvent('drag', function(el) {
  this.sample();
});

Is this less efficient?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.