Horizontal News Ticker using Pure CSS - Codeconvey

PHOTO EMBED

Wed Feb 16 2022 20:19:26 GMT+0000 (Coordinated Universal Time)

Saved by @VM89 #css

.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
content_copyCOPY

https://codeconvey.com/horizontal-news-ticker-css/