osmlab / field-data-collection

A mobile application for collecting both OSM & private data in the field.
10 stars 7 forks source link

animations #55

Open sethvincent opened 7 years ago

sethvincent commented 7 years ago

Types of animations

Animations in the app

Should I comment about these

react-native-interactable

I expect this to be useful for things like component interaction & movement. things like the side menu, drawers, and horizontally scrolling through nearby features.

repo: https://github.com/wix/react-native-interactable

article: https://hackernoon.com/moving-beyond-animations-to-user-interactions-at-60-fps-in-react-native-b6b1fa0ba525

felskia commented 7 years ago

@mojodna any thoughts on how to animate pages in and out? For example if you clicked on the Surveys page the page would slide in from the right hand side. Let me know what you think.

mojodna commented 7 years ago

That feels like it might be excessive. How do other Android apps handle animation when navigating between screens?

felskia commented 7 years ago

@mojodna Other android apps at least have a little bit of animation. We are also supposed to be making a "user friendly" mobile app so if this is possible it would be great.

After looking a few others though, maybe we can continue to play off of google maps if we did do animations. They have the page that looks like this:

screen shot 2017-09-11 at 5 44 14 pm

And when you click on it for more details, it just animates up. Would be nice if we could do the same...