ADVERTISEMENT

NBA: Cavs trade Thomas to Lakers, Wade returns to Miami

Published Feb 8, 2018 07:07 pm
A person familiar with direct knowledge of the trade says the Cavaliers are dealing guard Isaiah Thomas to the Los Angeles Lakers. The person spoke to The Associated Press on condition of anonymity Thursday, Feb. 8, 2018, because the teams need NBA approval before the trade can be completed. (AP Photo/Tony Dejak, File) A person familiar with direct knowledge of the trade says the Cavaliers are dealing guard Isaiah Thomas to the Los Angeles Lakers. The person spoke to The Associated Press on condition of anonymity Thursday, Feb. 8, 2018, because the teams need NBA approval before the trade can be completed. (AP Photo/Tony Dejak, File) After a quick stop, Isaiah Thomas is moving again. The point guard's strange stay with the Cavaliers is over. Thomas, who was never a good fit in Cleveland while recovering from a hip injury, was traded hours before the NBA's deadline to the Los Angeles Lakers, a person with direct knowledge of the deal told The Associated Press on Thursday. Thomas was dealt with forward Channing Frye and one of the Cavs' two first-round draft picks to the Lakers for point guard Jordan Clarkson and forward Larry Nance Jr, said the person who spoke on condition of anonymity because the teams need NBA approval before the trade can be completed. The Cavs will keep their other first-round pick from the trade that sent Kyrie Irving to Boston last summer for Thomas, who struggled on the floor in Cleveland and seemed at odds with teammates and coaches. ESPN was first to report the deal. Following the Cavs' dramatic 140-138 overtime victory over the Minnesota Timberwolves on Wednesday night, Thomas stood at his locker and wondered if he would be traded again. "I'm tired of being traded," he said. "That's not a good thing. But I just want to be where I'm wanted. I like it here. It hasn't been as planned, but I definitely want to be here." The Cavaliers, though, had other plans. Thomas, who turned 29 on Wednesday, wasn't working out. He missed Cleveland's first 36 games while coming back from a torn right labrum that knocked him out of last year's playoffs. The Cavs tried to incorporate him into their offense, but it was forced and bogging them down. Cleveland is just 7-13 since Christmas Day, and the club's slide has coincided with Thomas' comeback. He played better on Wednesday night, scoring 13 points with seven assists in 31 minutes. But he's a defensive liability on a defensively challenged team and the Cavs felt it was best to move him. The Cavs had been in numerous trade conversations to improve a roster that could be running out of time to contend for a title. With LeBron James potentially declining his contract option this summer and becoming a free agent, the Cavs had to decide whether to make another run at an NBA championship or begin rebuilding. This move helps them in the short term, and it's possible they could make another trade. While Thomas struggled on the floor, he didn't help himself with some peculiar off-the-court comments. Following Tuesday's embarrassing loss to the 17-win Orlando Magic — the Cavs blew a 21-point lead and scored nine points in the fourth quarter — Thomas questioned whether the team makes enough in-game adjustments. Those remarks were dismissed by coach Tyronn Lue, who said, "That's not true." Lue tweaked his rotations against the Timberwolves, giving more minutes to rookie Cedi Osman, who provided an infusion of needed energy. Late in the game, Thomas was pulled off the floor by Lue and the guard stood near Cleveland's bench and shook his head in disappointment.

Wade returns to South Beach

Dwyane Wade (9) and forward Channing Frye (8)  (AP Photo/Duane Burleson) Dwyane Wade (9) and forward Channing Frye (8) (AP Photo/Duane Burleson) Also, a person with direct knowledge of the trades says the Cleveland Cavaliers have also sent Dwyane Wade back to Miami. Moments after they agreed to trade Isaiah Thomas, Channing Frye and a first-round pick to Los Angeles Lakers, the Cavs completed a three-team deal with Sacramento and Utah, said the person who spoke Thursday on the condition of anonymity because all the transactions have to be approved by the league. The Cavs sent guard Derrick Rose and forward Jae Crowder to the Jazz for forward Rodney Hood. They'll receive guard George Hill from the Kings in exchange for guard Iman Shumpert. Also, the 36-year-old Wade is returning to the Heat for a protected second-round pick. Wade played 13 seasons in Miami, winning three NBA titles — two of them with LeBron James. Wade signed a one-year deal with the Cavs, but has said he wanted to retire with Miami. (The Associated Press)
Who benefits from this NBA trade?
 
pollcode.com free polls
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.