"Text animation (see @ codepen.io)"
Bootstrap 3.0.3 Snippet by custaa

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <p>Texas <br>Partners</p><br /><br /> <p><b> <span1> in Heathcare<br /> in Pain Management<br /> in Wellness<br /> in Foot and Ankle<br /> in Medicine<br /> Heathcare Group </span1> </b></p>
body { padding: 2em 5em; font: bold 70px/50px Cinzel, sans-serif; color: #000066; } p { height: 50px; float: left; margin-right: 0.3em; } b { float: left; overflow: hidden; position: relative; height: 50px; } span1 { display: inline-block; font: bold 40px/50px Cinzel, sans-serif; color: #000066; position: relative; white-space: nowrap; top: 0; left: 0; -webkit-animation: move 5s; -webkit-animation-iteration-count: infinite; -webkit-animation-delay: 1s; } @keyframes move { 0% { top: 0px; } 20% { top: -50px; } 40% { top: -100px; } 60% { top: -150px; } 80% { top: -200px; } }

Related: See More


Questions / Comments: