CSS3 Vertical Scrolling Text
Initially I created two separate ways of implementing, both used css3. The solutions I landed on was the one that allowed me to reposition the starting point for the scrolling text. I couldn't remember the more popular name for this type of feature but it doesn't matter the title kinda explains it better. It's sorta like when I'm looking for an autocomplete feature in bootstrap and keep forgetting that its called typeahead, since my first introduction was with jquery-ui. On a final note I did create a directive in angular to handle creating the content but its not necessary for the solution.
Modified someone's code to work the way I wanted, but later I will be using this for one of my projects.
Solution:https://codepen.io/anon/pen/yJqbjV
Resources
http://www.html.am/html-codes/marquees/css-slide-in-text.cfm
Infinite loop
http://stackoverflow.com/a/13309775/1265036
Modified someone's code to work the way I wanted, but later I will be using this for one of my projects.
Solution:https://codepen.io/anon/pen/yJqbjV
Resources
http://www.html.am/html-codes/marquees/css-slide-in-text.cfm
Infinite loop
http://stackoverflow.com/a/13309775/1265036