auto-complete search

4,540
2
154
Type the first character of topics from http://uxofvr.com to see the auto-complete. (a-z, 2,3). Use ESC to hide the dropdown. Uses a variable to capture the content of the search field then uses the javascript method "{search}".charAt(0) to capture the first character of the search string to then change the container state property of the auto-complete dropdown to match the first character typed. see video of how to create this step-by-step in the webinar: https://support.proto.io/hc/en-us/articles/115001243532-Model-advanced-prototypes-that-use-variables TAGS: auto-complete search dropdown variables variable character selection Thanks to Costas Thoma for the model.

Todd Siegel

Maps

2,495
0
202
Creation of Map screens using: (1) Map Image Container (2) Google Maps Embed Code.

f2c47ef9-504d-11ed 9221-0e76797a4f7b

Get the position of a scrolling container

4,175
2
114
If you need to get the Y position of a vertically scrolling container, create a text box. Then on the container scroll trigger, set a variable that evaluates the numerical callback value from the event (Y position). Then add a callback that changes the text property of the text box by reading from the variable.

Todd Siegel

Search Field Animations

2,863
0
51
Here are 2 different search field animations: 1. Tap to expand size of search field to the right.; 2. Tap to reveal search area underline to the left TAGS: search search box search field animation states

Todd Siegel

2 Way Authentication

1,467
0
35
A basic mockup of a sign-up/sign in screens along with a 2-way authentication of a uniquely generated code each time.

1866935c-504d-11ed 9221-0e76797a4f7b

Silent Shaves (Intro)

4,442
1
250
Concept intro of a mobile app. Loading screen and logo animating to the home screen of the app. Content appears in a subtle animation.

Alexis Piperides

Mail_app_sample

1,796
0
17
Hello. This is my email app demo I have created in just 1 hour using Pull to refresh and few screen states. I am adding more screens soon

d698e24d-504d-11ed 9221-0e76797a4f7b

Bodymovin Animation

3,195
0
26
A project which uses Vector Animations to recreate popular social app interactions.

Constantinos Thoma

Drag and Drop

5,167
0
80
Drag and Drop an avatar over a target area that animates when in the drop zone. When released outside the target drop zone, it returns to the original location. Uses a variable to define the target drop zone, that then triggers animations in the zone and when dropped. See how it was made step by step in the webinar video: https://support.proto.io/hc/en-us/articles/115000637591-Advanced-Scrolling-Dragging TAGS: drag and drop dragging variables variable animations on drop animation

Todd Siegel

Next