Here is my personal web page.
I used this html tag for moving PozSanta.gif
<div id="animatedImage" style="position:fixed;padding-top:550px;z-index:99;left:1px;bottom:1px;">
<img src="http://www.fatihtoprak.com/wp-content/themes/PozWhite/assets/img/Poz_Santa.gif" alt="animatedImage" />
</div>
<script type="text/javascript" src="http://www.fatihtoprak.com/wp-content/themes/PozWhite/assets/js/PozSanta.js"></script>
I want to change something for this, for example when Pozsanta.gif come to end of the Screens right should be come back (walk to right to left ) ? Is that possible if it is how ?
Js file :
http://www.fatihtoprak.com/wp-content/themes/PozWhite/assets/js/PozSanta.js
Thanks.