Preview
Source Code
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from www.devanswer.com -->
<style>
.thumb {
background-color: black;
height: 400px;
overflow: hidden;
width: 400px;
}
.thumb > img {
animation: thumbImg 5s linear alternate infinite;
}
@keyframes thumbImg {
0% {
transform: translateY(0%);
}
100% {
transform: translateY(calc(-100% + 400px));
}
}
.thumb-position {
background-color: black;
height: 400px;
overflow: hidden;
width: 400px;
}
.thumb-position > img {
animation: thumbImgPosition 5s linear alternate infinite;
position: relative;
}
@keyframes thumbImgPosition {
0% {
bottom: 0;
}
100% {
bottom: calc(-100% + 500px);
}
}
</style>
</head>
<body>
<div style="float:left;margin-right:30px"><strong>Translate</strong>
<div class="thumb">
<img src="https://picsum.photos/id/301/400/500" alt="">
</div>
</div>
<div><strong>Position</strong>
<div class="thumb-position">
<img src="https://picsum.photos/id/301/400/500" alt="">
</div>
</div><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Developers Answer</a></div>
</body>
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpbh-mt'},{'server':'p3plmcpnl484880'},{'dcenter':'p3'},{'cp_id':'765442'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>