אנימציית תנועה מצד לצד לכותרות באלמנטור | דיגיטול

PHOTO EMBED

Mon Jan 22 2024 06:58:34 GMT+0000 (Coordinated Universal Time)

Saved by @chen

selector .elementor-heading-title{
    width: 100%;
   white-space: nowrap;
   animation: slideRightToLeft 40s linear infinite;
   
}


@keyframes slideRightToLeft {
   0% {
      transform: translateX(106%);
   }
   100% {
      transform: translateX(-106%);
   }
}
content_copyCOPY

https://dgtool.co.il/אנימציית-גלילה-בטקסט/