Skip to main content
Question

How can I prototype and link two frames of photos, one smaller and one larger so that they scroll like photos on iphone?

  • July 5, 2024
  • 1 reply
  • 93 views

paulguidowho

This topic has been closed for replies.

1 reply

djv
Figmate
  • Community Support
  • 5221 replies
  • July 25, 2024

Hey @paulguidowho, thanks for reaching out and sorry for the delayed reply!

This should be possible, but it’ll take a bit of advanced prototyping. You’re going to want to use 2 sets of variants bound to a single string/number variable.

To mimic iPhone photos, you’ll want to:

  • construct both the big image variant set and the smaller carousel variant set to scroll and animate simultaneously
  • Make sure the naming conventions between each variant in the set match 1:1
  • Bind instances of both to a string variable of a matching string

Basically, you’ll need to build out the behavior so that when you swipe the larger image, it initiates a variant swap so that the bound variable will swap the smaller image carousel to the matching variant.