Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial animation based on input value (for interactive, scrubbable animations) #72

Open
cleercode opened this issue May 17, 2014 · 0 comments

Comments

@cleercode
Copy link

Based on knowing before and after properties (especially makes sense with states) and an input and its range of values (ex. a draggable layer's y position), it should be possible to set the layer's properties to an appropriately scaled in between state. This'd make it easy for users to set up interactive draggable transitions by just calling this function within a dragmove event. This is similar to what can be done manually with Utils.mapRange and I'm not sure what the right approach is for how much more this should be built into Framer, but it seems like it's a popular use case that could be made easier.

@cleercode cleercode changed the title Scrubbing animations based on drag Partial animation based on input value (for interactive, scrubbable animations) May 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant