• Hixie's avatar
    Provide a Draggable that starts on drag · 8e279f32
    Hixie authored
    This lets it cooperate with other gestures like tap.
    
    The way I implemented this was to refactor the entire Draggable gesture
    logic to use a new kind of gesture detector called
    MultiDragGestureRecognizer. It works a bit like
    MultiTapGestureRecognizer but for drags.
    
    Also some tweaks to the velocity estimator.
    8e279f32
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
doc Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...