Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/30/20 in all areas

  1. Bilgilendirme için teşekkürler. Aşağıdaki CSS ile olayı çözdüm. Gayet sağlıklı çalışıyor. Belki başka birilerinin de işine yarar. @keyframes slide { from { left:100%; transform: translate(0, 0); } to { left: -100%; transform: translate(-100%, 0); } } @-webkit-keyframes slide { from { left:100%; transform: translate(0, 0); } to { left: -100%; transform: translate(-100%, 0); } } .marquee { overflow:hidden; position:absolute; white-space: nowrap; animation-name: slide; animation-duration: 50s; animation-timing-function: linear; animation-iteration-count: infinite; -webkit-animation-name: slide; -webkit-animation-duration: 50s; -webkit-animation-timing-function:linear; -webkit-animation-iteration-count: infinite; }
    2 points
  2. OK, browser will cache those static files after first fetch. But the first fetch speed is so important to user experience so please allow ExtRoot and other properties for setting static served files to be set like this. ExtRoot := 'http://cdn.aaaaaaaaa.com/' We need to have minimum impact on the web app server. It should serve the dynamic content. All static resources better served by a cdn. Thanks
    1 point
  3. I had asked/have requested this a long time ago. It would really be good to have.
    1 point
  4. owner is mickey soft. installer and first sp1 release same time ID: 30923, RAD Studio 10.4 Patch 1 https://cc.embarcadero.com/item/30923
    1 point
×
×
  • Create New...