When I try to change the visibility of the element, phrase - No Transition disappears and interaction work incorrectly. Before everything worked properly
@olsem if you ping up the share link we can take a look and maybe help
Not sure exactly what you are asking, but looking at the work I have this (which might be your answer).
I figure you want the paragraph to appear with a nice fade of opacity when you click the link?
So, on the interaction I took out the opacity change, simply when you click link the interaction sets the par1 to display block, then raise opacity to 100%.
On the actual par1 element, I set him to 0% opacity and also I set a transition of 200ms on the opacity.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.