FamousArchives / examples

[DEPRECATED]
214 stars 74 forks source link

As of 0.0.4 DragTransition doesn’t seem to work. (not new) #3

Closed fettermania closed 10 years ago

fettermania commented 10 years ago

@mark @ftripier @michaelobriena @dmvaldman

The element takes no visible action when clicked.

dmvaldman commented 10 years ago

So dragTransition may be a misnomer. It's a little different than the other transitions, in that it isn't meant to go from a value A to B, but merely to start at A and move in the direction of a given velocity, and slow down. Best application would be panning a map, or the intertial drag in scrollview.

I can make a better example for it. But we should consider maybe taking it out.

DrClick commented 10 years ago

I could tackle that one sounds fun

Sent from my iPhone

On Mar 29, 2014, at 8:19 PM, David Valdman notifications@github.com wrote:

So dragTransition may be a misnomer. It's a little different than the other transitions, in that it isn't meant to go from a value A to B, but merely to start at A and move in the direction of a given velocity, and slow down. Best application would be panning a map, or the intertial drag in scrollview.

I can make a better example for it. But we should consider maybe taking it out.

— Reply to this email directly or view it on GitHub.

michaelobriena commented 10 years ago

Removed.