Skip to main content
Participant
October 30, 2019
Answered

prototype : drag

  • October 30, 2019
  • 1 reply
  • 351 views

Hello, everyone,
I have 2 questions for you:

 

1) I would like to create a 4-page carousel that takes the entire page of my smartphone application. I can animate a swipe to the next page on the right and go to the last page, but I can't go back to the previous pages on the left. How to do this?

 

2) On another page I would like to add 2 carousels, one above the other. Is that possible?

 

Thank you very much !

    This topic has been closed for replies.
    Correct answer FrancoBits

    Hello!

    About the 1st question:

    [P1] [P2] [P3] [P4]

    You mean [P2] going to [P1] and [P3]? The drag interaction works only to one direction. There's a feature request asking for specifying the direction of the gesture:
    https://adobexd.uservoice.com/forums/353007-adobe-xd-feature-requests/suggestions/35770801-specify-drag-direction

    About the 2nd question: You could do it, but I guess you'd have to create artboards for each scenario (top carousel moving, bottom carousel moving)

    1 reply

    FrancoBits
    FrancoBitsCorrect answer
    Legend
    October 30, 2019

    Hello!

    About the 1st question:

    [P1] [P2] [P3] [P4]

    You mean [P2] going to [P1] and [P3]? The drag interaction works only to one direction. There's a feature request asking for specifying the direction of the gesture:
    https://adobexd.uservoice.com/forums/353007-adobe-xd-feature-requests/suggestions/35770801-specify-drag-direction

    About the 2nd question: You could do it, but I guess you'd have to create artboards for each scenario (top carousel moving, bottom carousel moving)

    StphRgdAuthor
    Participant
    October 31, 2019

    Hello and thank you for your answer!
    I also voted for this new feature, thank you for the link.

    I have found a way to go back that is not perfect:
    [P1] ->[P2] ->[P3] and <-[P2 copy] <-[P1]

    Regards