are complex carousels possible?
evaluating Justinmind currently. would be very helpful to be able to:
- drag-scroll carousel items left and right
- snap the centermost item to center, and highlight/focus it
- move any tapped item on the carousel to center and focus it
possible?
Files:
carousel.JPG
Yes - check out the attached example. It's a little complex, but the main idea is that the rectangle will scroll into focus when it intersects with a hotspot.
Yes - check out the attached example. It's a little complex, but the main idea is that the rectangle will scroll into focus when it intersects with a hotspot.
:) it's so complex, i can't figure it out or reproduce it. it looks like it might rely on swipes instead of dragging though. intuitively, i thought all the rectangles would have to be grouped to move as one. still perplexed.
:) it's so complex, i can't figure it out or reproduce it. it looks like it might rely on swipes instead of dragging though. intuitively, i thought all the rectangles would have to be grouped to move as one. still perplexed.
It's based on a horizontal scroll, and uses Swipe events to trigger the focus. You could try importing that prototype into the file you're working on (File -> Import -> Prototype), and implement or copy/paste the events and elements into your prototype.
It's based on a horizontal scroll, and uses Swipe events to trigger the focus. You could try importing that prototype into the file you're working on (File -> Import -> Prototype), and implement or copy/paste the events and elements into your prototype.
i'm trying to deconstruct the basic principles, but even the seemingly basic is confusing. in this example, no matter where i put the target hotspot, tapping the first rectangle scrolls off to the left. i'm clearly missing something basic, but to me, "Scroll To" with Horizontal restriction, should move the rectangle to the same X position as the target.
i'm trying to deconstruct the basic principles, but even the seemingly basic is confusing. in this example, no matter where i put the target hotspot, tapping the first rectangle scrolls off to the left. i'm clearly missing something basic, but to me, "Scroll To" with Horizontal restriction, should move the rectangle to the same X position as the target.
To clarify, the Scroll To action moves the screen's scroll, not the position of an element on the screen. To move the rectangle itself, you should use a Move action.
To clarify, the Scroll To action moves the screen's scroll, not the position of an element on the screen. To move the rectangle itself, you should use a Move action.
ok got it. thank you! honestly, ProtoPie is a comparatively smooth ride. you folks have strong competition.
ok got it. thank you! honestly, ProtoPie is a comparatively smooth ride. you folks have strong competition.
Hi
I really can not understand how the CenterDrag.vp file works. Would you please explain the events cause I can not reconstruct it.
Thanks
Hi
I really can not understand how the CenterDrag.vp file works. Would you please explain the events cause I can not reconstruct it.
Thanks
Replies have been locked on this page!