Skip to main content
Participant
December 19, 2020
解決済み

I am trying to animate a scroll bar with a button, but the button dissapears and reappears

  • December 19, 2020
  • 返信数 1.
  • 535 ビュー

I am trying to animate a scroll bar with buttons. moving from default state to state 2 and vice versa works fine, but transitioning specifically from state 2 to state 3 causes the arrow to dissapear temporarily.

このトピックへの返信は締め切られました。
解決に役立った回答 Spas K.

Would you be able to share the file with us, so we can take a look?

 

I would check to see if the name of the said arrow is the same in both states. With auto-animate, Xd checks the name of the elements to track their changes. If it's the name for the arrow is different between the two states, Xd will hide one arrow and show another, and between them there's a moment where both are not fully visible. Problem doesn't happen the first time over, because you're already at that state when you begin.

返信数 1

Spas K.
Community Expert
Spas K.Community Expert解決!
Community Expert
December 19, 2020

Would you be able to share the file with us, so we can take a look?

 

I would check to see if the name of the said arrow is the same in both states. With auto-animate, Xd checks the name of the elements to track their changes. If it's the name for the arrow is different between the two states, Xd will hide one arrow and show another, and between them there's a moment where both are not fully visible. Problem doesn't happen the first time over, because you're already at that state when you begin.

boogle5FDB作成者
Participant
December 22, 2020

all of the arrows had the same name, that was the problem. so it was moving the arrow on the right to the left side.