ADVERTISEMENT

Disenchanted: Beyond happily ever after

Published Nov 19, 2022 08:50 pm

Fifteen long years after Enchanted hit theaters in 2007, its sequel arrives on Disney+, and continues the story of Giselle and her life after finding her one true love. But what else could there be? These kinds of stories always end with the discovery of one’s true love, right? Not for this story, and that’s part of the fun of it. In Disenchanted, we get a peek at what happens after the usual happily-ever-after.

Patrick Dempsey and Amy Adams reprise their roles as Robert and Giselle, now as husband and wife. This makes Giselle stepmother to Robert’s daughter Morgan, now played by Gabrielle Baldacchino. Along with their newest addition, little Sophia, the family moves to Monroeville, a picturesque suburb of New York, in the hopes of reviving some of that magic they had at the beginning.

Also returning are James Marsden as Edward and Idina Menzel as Nancy, now both rulers of the fantasy world of Andalasia.

Disney’s stock in trade, more than any other studio, is the fairy-tale, and all its many variations. Through almost a hundred years Disney has been creating classic films and shows depicting fairy-tale worlds, and Disenchanted is a celebration of all that as well.

For the Disney-babies out there who grew up on the studio’s classic stories and enchanting music, Disenchanted is the largest easter egg hunt out there, bar none. Wonderfully woven into the visuals and narrative are dozens of references to beloved stories. Be on the lookout for nods to Cinderella, Snow White, Ariel and many other Disney Princesses while you watch, they are everywhere.

Amy Adams as Giselle in Disney's live action DISENCHANTED, exclusively on Disney+. Photo by Jonathan Hession. 2022 Disney Enterprises, Inc. All Rights Reserved.

More so than the first film, Disenchanted is overflowing with just about every story book cliche you can think of, from evil queens, talking animals, a ball to attend, and of course a curse. But rather than just being items on a list to run through or making fun of them, the movie uses them with whimsy and amusement. Because, as overused as these tropes may be, they still were a large part of growing up for many, many people. It is a love letter to many of our childhood memories, to a time in our lives when we truly believed that wishes would come true, and that good triumphed over evil, and over the next horizon was a new adventure.

It is a throwback to the old days of Disney, with animation mixed in with live action reminiscent of Bedknobs and Broomsticks and music by award-winning Disney stalwart Alan Menkin, best known for Beauty and the Beast and Aladdin. And that alone makes Disenchanted worth viewing in my book.

J SAmy Adams as Giselle in Disney's live-action DISENCHANTED, exclusively on Disney+. Photo by Jonathan Hession. © 2022 Disney Enterprises, Inc. All Rights Reserved.

However it doesn’t only merrily retread the olden days of cartoons and fantastical stories. Just like any good children’s story, there is a lesson hidden in all the adventure. We find out that happily-ever-after is not the end of a story, nor is it a single, frozen moment in time. A happily-ever-after is what we make for ourselves from what we’ve learned from all our dragon slaying and princess rescuing. Happily-ever after is everything after true love’s kiss, and the last stroke of midnight. And while this may seem sad at first, it really is not. Because now we know that if we continue to work at it and to dream with all our hearts, happily-ever-after lasts far, far longer than the closing of the book.

This movie was obviously made by people who were young at heart, for people who are young at heart and who aren’t ashamed to dream. Let yourself be a dreaming child again.

Disenchanted is now streaming on Disney+.

Related Tags

disenchancted Disney+
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.