Moving info card

I looking for a solution to make a Lovelace card with moving information from the entity. Like in the news channel. Open ai not able to manage it

Finally find solution

type: custom:button-card
name: >
  [[[return `<div style='display: flex;display: -webkit-flex;'><marquee
  direction='left'>${states['sensor.xxxx'].state} </marquee>`]]]