koenbok / Framer

Framer - Design Everything
https://framer.com
MIT License
5.85k stars 477 forks source link

Make Events.Move and Events.Scroll more consistent #396

Open nvh opened 8 years ago

nvh commented 8 years ago

Events.Move is used:

Events.Scroll is used

We need a way to make these more consistent, because now it,s pretty confusing, as #209 shows.

Suggestion:

koenbok commented 8 years ago

This makes a lot of sense.

jonastreub commented 8 years ago

This is a great update. We need to communicate this change with our users as this might break a lot of existing prototypes

nvh commented 8 years ago

@jonastreub What kind of stuff you think is most common that will break in with this update?

jordandobson commented 8 years ago

Isn’t this all additive? I wouldn’t expect existing prototypes to have issues unless they were targeting these events and then never did anything with them?

Or wait… do we want .move on a scroll component or is move on the content layer?

I really do like have scroll work on the parent / root component instead of the content layer. That seems more sensible and obvious for beginners.

On Mon, Aug 15, 2016 at 2:01 AM, Niels van Hoorn notifications@github.com wrote:

@jonastreub https://github.com/jonastreub What kind of stuff you think is most common that will break in with this update?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/koenbok/Framer/issues/396#issuecomment-239758150, or mute the thread https://github.com/notifications/unsubscribe-auth/AACbYpqpXM5yObWmiG5gGGpBEOWAH8cTks5qgCrNgaJpZM4Ja_KJ .

Jordan Dobson • Designer / Developer • 425-444-8014 • JordanDobson.com

koenbok commented 8 years ago

They're always both @jordandobson