ADVERTISEMENT

A 4-year investment to expand research and technology on hair care

Published Nov 4, 2022 11:40 am

Dyson has consistently invested in pioneering technology. Very recently in relation to its plan of expansion and acceleration of its research and technology development across its beauty portfolio, Dyson has committed half a billion GBP. The global technology company also announced its plans to launch 20 new beauty products in the next four years.

It was 6 years ago when Dyson launched the Dyson Supersonic hairdryer that revolutionized hair care technology. The groundbreaking hairdryer uses fast, controlled airflow and intelligent heat control that dries hair quickly, while keeping hair strong and healthy at the same time. Subsequently, Dyson has developed a range of styling tools engineered to provide superior styles for all hair types, limiting exposure to extreme heat damage.

St James Power Station

Rigorous testing of new ideas and technologies happens 24 hours a day with 6,000 engineers and scientists having access to hundreds of laboratories across Dyson’s four Technology Campuses. By developing test rigs and employing state of the art equipment and machineries such as scanning electron microscopes, thermal cameras and airflow laser smoke machines, all these help engineers better understand the impact of hair damage, global hair types and the effects of high-speed airflow. The performance of Dyson styling tools stems from a decade of research. Developing technology for all hair types remains a crucial focus for the research and development teams. The half a billion GBP investment will create new lab spaces to both sharpen Dyson’s understanding of global hair types and damage, while also supporting the continued diversification of Dyson’s beauty technology.

Dyson’s Latest Hair Care Technology

Dyson Supersonic hair dryer

Dyson Supersonic hairdryer with flyaway attachment

The powerful and fast Dyson Supersonic hair dryer is engineered for different hair types. Unlike traditional hair dryers, the Dyson SupersonicTM hair dryer measures air temperature over 40 times a second to regulate temperature output. The device features Dyson’s intelligent heat control technology that prevents extreme heat damage and helps protect hair’s shine. The Dyson Supersonic hair dryer is engineered for balance in the hand and is quieter than other hair dryers.

Dyson Airwrap multi-styler

Dyson Airwrap Multi-styler

The Dyson Airwrap multi-styler is Dyson's best-performing and most-efficient Airwrap yet. Dyson engineers challenged their own design to miniaturize and multiply the Coanda effect, pioneering a fully customizable styling tool that delivers a range of styles for different hair types without extreme heat. Coanda occurs when air, propelled at the right speed and pressure, naturally follows an adjacent surface, entraining surrounding air and hair. With it, users can now achieve curls and waves faster and easier. It blends the formerly two barrels into one attachment. Now users can style the full head without the need to switch attachment mid-style.

A. Airwrap barrels

The next generation styling barrels feature a rotating cool tip and can achieve curls and waves faster and easier. The former use of two barrels is now blended into one attachment. Now users can style the full head, creating clockwise and anti-clockwise curls and waves, without the need to switch attachment mid-style.

B. Airwrap brush attachments

The Dyson Airwrap multi-styler is also equipped with re-engineered brush attachments for precision shaping with enhanced Coanda performance.

C. Coanda smoothing dryer

Together with the brush attachments is the all-new dual-purpose Coanda smoothing dryer. The Coanda smoothing dryer hides flyaways in a single pass, with no extreme heat and transforms into a powerful dryer with the flick of a switch.

D. Comb attachment

A Wide-tooth comb attachment, engineered for curly and coily hair, helps to add shape, volume, and length as it dries. Dyson’s comb teeth are designed with soft curved tips to glide through the hair, with no sharp edges to catch, pull or cause damage.

The Dyson Supersonic hair dryer and Dyson Airwrap TM multi-styler gift sets in Vinca Blue & Rosé colors are available at Dyson Demo Stores Greenbelt 5, SM Aura Premier, The Podium, and SM Mall of Asia.

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.