"Simple Animation"
Bootstrap 2.3.2 Snippet by priyankagautam

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Project 3: Simple Animation Movie</title> <style> body{ background-image:url("https://t3.ftcdn.net/jpg/02/78/37/22/360_F_278372288_RmVLxrzK3rjERKyxXSrME28z5vPicZsu.jpg"); background-repeat: no-repeat; background-size:100% 100%; background-attachment: fixed; } </style> </head> <body> <marquee scrollamount="30" direction="right"> <img src="https://i.gifer.com/ZHug.gif" alt="" srcset="" width="20%"> <br/><br/><br/><br/> <br/><br/><br/><br/> <br/><br/><br/><br/> <br/><br/> <img src="https://i.pinimg.com/originals/2b/2b/9e/2b2b9e6898f62e41d32056e7cfe492e1.gif" alt="" srcset="" width="300px"> </marquee> </body> </html>

Related: See More


Questions / Comments: