I have a list of text separated by <br/>
, I would like to animate each of them using random shuffle after each click event, the post-top-position after each click is randomly determined.
<html>
<body>
<span id="text1">Text1</span>
<span id="text2">Text2</span>
<span id="text3">Text3</span>
</body>
</html>
No comments:
Post a Comment