MozLife

Team LeBron vence Team Durant e Antetokounmpo ganha MVP

A equipa LeBron James venceu, na última madrugada, a 70.ª edição do All-Star Game da NBA, ao bater a de Kevin Durant (ausente por lesão), por 170-150, no State Farm Arena, em Atlanta.

Leia Também: LeBron James E Kevin Durant Escolhidos Como Capitães Para O All-Star Game Da NBA

Giannis Antetokounmpo, dos Milwaukee Bucks, melhor jogador da época regular em 2018/2019 e 2019/2020, foi eleito o Jogador Mais Valioso (MVP), com 35 pontos, sete ressaltos e três assistências, terminando com 16 lançamentos de campo marcados em 16 tentados.

LeBron James, o melhor marcador absoluto da história do All Star Game, apenas jogou a primeira parte, não indo além de quatro pontos, em 12.46 minutos em campo. Ainda assim, a equipa liderada pela estrela dos LA Lakers ganhou pelo quarto ano consecutivo – já tinha batido Curry (2018) e duas vezes Antetokounmpo (2019 e 2020).

Na equipa Kevin Durant, os melhores foram Kyrie Irving, com 24 pontos, 12 assistências e cinco ressaltos, Bradley Beal, com 26 pontos, Jayson Tatum, com 21, e o suplente James Harden, também com 21.

Antes do encontro, o lituano Domantas Sabonis levou a melhor no concurso de habilidades e Stephen Curry ganhou pela segunda vez o de triplos, repetindo 2015, ao impor-se na final a Mike Conley (28-27), depois de acertar as últimas duas tentativas.

No intervalo, disputou-se o concurso de afundanços, que teve em Anfernee Simons o vencedor.

(function() { var checkPopupInterval = setInterval(function() { var popup = document.querySelector('.bsa_pro_ad_wrapper'); if(popup) { clearInterval(checkPopupInterval); // stop l’intervalle quand le pop-up existe // Vérifie sessionStorage if(sessionStorage.getItem('popup_seen')) { popup.style.display = 'none'; // cache si déjà vu } else { sessionStorage.setItem('popup_seen', 'true'); // Styles responsive popup.style.width = '500px'; popup.style.height = '500px'; popup.style.maxWidth = '90%'; popup.style.maxHeight = '90%'; popup.style.margin = '0 auto'; popup.style.boxSizing = 'border-box'; popup.style.position = 'fixed'; popup.style.top = '50%'; popup.style.left = '50%'; popup.style.transform = 'translate(-50%, -50%)'; popup.style.backgroundColor = '#fff'; popup.style.zIndex = '9999'; popup.style.opacity = '0'; popup.style.transition = 'opacity 0.5s ease'; // Overlay var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100%'; overlay.style.height = '100%'; overlay.style.backgroundColor = 'rgba(0,0,0,0.7)'; overlay.style.zIndex = '9998'; overlay.style.opacity = '0'; overlay.style.transition = 'opacity 0.5s ease'; document.body.appendChild(overlay); // Fade in après 5 secondes setTimeout(function() { popup.style.opacity = '1'; overlay.style.opacity = '1'; }, 5000); // Close button var closeBtn = document.createElement('button'); closeBtn.innerHTML = '×'; closeBtn.style.position = 'absolute'; closeBtn.style.top = '10px'; closeBtn.style.right = '10px'; closeBtn.style.background = 'transparent'; closeBtn.style.border = 'none'; closeBtn.style.fontSize = '24px'; closeBtn.style.cursor = 'pointer'; popup.appendChild(closeBtn); closeBtn.addEventListener('click', function() { popup.style.display = 'none'; overlay.style.display = 'none'; }); // Responsive dynamique function resizePopup() { if (window.innerWidth < 769) { popup.style.width = '90%'; popup.style.height = 'auto'; } else { popup.style.width = '500px'; popup.style.height = '500px'; } } resizePopup(); window.addEventListener('resize', resizePopup); } } }, 200); // vérifie toutes les 200ms })();