Uploaded September 2024 | Updated September 2026, 2 weeks ago
In today’s video, I’m excited to share the latest updates on a PowerPoint add-in that’s transforming animation possibilities within PowerPoint. For anyone who’s wished for more control over shape animations, advanced properties, and effects that go beyond PowerPoint’s built-in options, this video is for you.
This is the third video in our series on this PowerPoint VSTO Add-in, designed to enable advanced shape and animation manipulation. You’ll see how I’ve customized animations, adding unique controls like ease-in and ease-out, cubic styles, auto-reverse with a delay, and repeat settings. These features are unavailable in PowerPoint by default, but we’ve developed them through custom COM interop and WPF integrations.
Advanced Animation Manager: Watch as I demonstrate my custom Animation Manager, which introduces a new level of control over shape animations. From adding delays before auto-reverses to adjusting repeat durations, I’m showing options that you won’t find anywhere in PowerPoint.
WebView2 Integration in PowerPoint: We’ve integrated WebView2, allowing us to eventually use HTML, CSS, and JavaScript within PowerPoint slides. Imagine the possibilities for rendering dynamic web content, creating interactive presentations, and controlling animations through JavaScript directly within PowerPoint.
WPF Storyboards for Animation: As an alternative to complex custom coding for each frame of an animation, we’re exploring WPF Storyboards. Storyboards are a powerful feature in WPF, and by leveraging them, we can create complex animations with a streamlined workflow. I’m excited to see how Storyboards can simplify and enhance the animation experience.
Overcoming PowerPoint’s Limitations: If you’ve ever wanted more flexibility with PowerPoint animations, this add-in might just be the solution. I’ll show you examples of advanced animation sequences, pushing beyond what’s possible with the standard PowerPoint object model.
As we push the boundaries of PowerPoint’s capabilities, our goal is to create an intuitive, powerful animation tool that anyone can use. This is part of a larger vision to render web content as a COM object within PowerPoint, blending the flexibility of web technologies with the familiarity of PowerPoint.
🎬 Don’t forget to like, comment, and subscribe for more videos on how we’re transforming the way we interact with PowerPoint and making advanced animations possible. Let me know in the comments if there’s a specific animation or feature you’d like to see next!
In today’s video, I’m excited to share the latest updates on a PowerPoint add-in that’s transforming animation possibilities within PowerPoint. For anyone who’s wished for more control over shape animations, advanced properties, and effects that go beyond PowerPoint’s built-in options, this video is for you.
This is the third video in our series on this PowerPoint VSTO Add-in, designed to enable advanced shape and animation manipulation. You’ll see how I’ve customized animations, adding unique controls like ease-in and ease-out, cubic styles, auto-reverse with a delay, and repeat settings. These features are unavailable in PowerPoint by default, but we’ve developed them through custom COM interop and WPF integrations.
Advanced Animation Manager: Watch as I demonstrate my custom Animation Manager, which introduces a new level of control over shape animations. From adding delays before auto-reverses to adjusting repeat durations, I’m showing options that you won’t find anywhere in PowerPoint.
WebView2 Integration in PowerPoint: We’ve integrated WebView2, allowing us to eventually use HTML, CSS, and JavaScript within PowerPoint slides. Imagine the possibilities for rendering dynamic web content, creating interactive presentations, and controlling animations through JavaScript directly within PowerPoint.
WPF Storyboards for Animation: As an alternative to complex custom coding for each frame of an animation, we’re exploring WPF Storyboards. Storyboards are a powerful feature in WPF, and by leveraging them, we can create complex animations with a streamlined workflow. I’m excited to see how Storyboards can simplify and enhance the animation experience.
Overcoming PowerPoint’s Limitations: If you’ve ever wanted more flexibility with PowerPoint animations, this add-in might just be the solution. I’ll show you examples of advanced animation sequences, pushing beyond what’s possible with the standard PowerPoint object model.
As we push the boundaries of PowerPoint’s capabilities, our goal is to create an intuitive, powerful animation tool that anyone can use. This is part of a larger vision to render web content as a COM object within PowerPoint, blending the flexibility of web technologies with the familiarity of PowerPoint.
🎬 Don’t forget to like, comment, and subscribe for more videos on how we’re transforming the way we interact with PowerPoint and making advanced animations possible. Let me know in the comments if there’s a specific animation or feature you’d like to see next!



![How To Create Your First PowerPoint Add-in using Node.js and Yeoman Generator - Lesson 54
In this tutorial, Ill guide you through setting up your own development environment using Node.js, Yeoman Generator, and Visual Studio Code to create Office Add-ins. Well cover everything from downloading Node.js to creating your first Office Add-in in Microsoft PowerPoint.
🔍 Key Points:
1. Downloading Node.js:
- Open Edge browser and search for download Node.js.
- Choose the suitable version (Windows Installer MSI 64-bit in this case).
- Install with default settings in Program Files/Nodejs folder, ensuring Add to Path is enabled.
2. Installing Yeoman Generator:
- Open the command prompt in administrator mode (Start + R, type CMD, press Control + Shift + Enter).
- Check Node.js and NPM installation with node -v and npm -v.
- Install Yeoman Generator with npm install -g yo.
3. Installing Office Generator:**
- Install the Office generator with npm install -g generator-office.
4. Creating Your First Office Add-in:
- Move to a new drive (e.g., D drive) and create your add-in with yo office.
- Choose the Office Add-in Task Pane project and select JavaScript.
- Enter a name (e.g., yo-animator) and specify the application (PowerPoint in this case).
5. Running and Testing Your Add-in:
- Navigate to the add-in folder with cd yo-animator.
- Start the development server with npm start.
6. Editing Code in Visual Studio Code:
- Install Visual Studio Code.
- Open the add-in folder in Visual Studio Code to easily manage and edit code files.
- Modify the manifest file and task pane files (HTML, CSS, JS) for customizing your add-in.
7. Live Testing in PowerPoint:
- Launch PowerPoint with the development server running.
- Observe your task pane on the right side, and test your add-in by clicking the Run button.
8. Finalizing Your Add-in:
- Explore and modify key files like manifest.xml and files within the src subfolder.
- Save changes and witness live updates in PowerPoint.
9. Next Steps:
- Preview of the upcoming tutorial where well build custom functionality from scratch.
👉 I hope you found this tutorial helpful! Like, share, and comment if you enjoyed it. Dont forget to subscribe for more exciting Office Add-in development content. Stay tuned for our next tutorial where we dive deeper into creating custom functionality. Thank you for watching, and until next time – bye and take care!
🔗 **Useful Links:**
- [Download Visual Studio 2022 Developer Edition]
https://visualstudio.microsoft.com/downloads/
- [Office Add-ins Platform Overview]
https://learn.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins
- [Microsoft Office Object Library]
https://learn.microsoft.com/en-us/office/vba/api/overview/
👌 Recommended Videos
Introduction to Office Add-ins and Script Lab in PowerPoint Tutorial
https://www.youtube.com/watch?v=CO8irYCRaAQ
Create Animation in PowerPoint using VBA Macros
https://www.youtube.com/watch?v=Xbifc1ilx7E
✅ Check out our playlists for more helpful content:
🔸 More Microsoft PowerPoint tutorials:
https://www.youtube.com/playlist?list=PLwBNdcufIBPu_Q9nBW7KRvdk6cPmffsQP
👌 Follow us:
Twitter - https://www.twitter.com/TheTeacherPoint
Facebook - https://www.facebook.com/TheTeacherPoint
Instagram - https://www.instagram.com/TheTeacherPoint/
Pinterest - https://in.pinterest.com/TheTeacherPoint/
🌻 The Teacher presents a captivating Microsoft PowerPoint animated presentation.
#OfficeAddins #NodeJS #VisualStudioCode #YeomanGenerator #MicrosoftPowerPoint #CodeTutorial #theteacher How To Create Your First PowerPoint Add-in using Node.js and Yeoman Generator - Lesson 54](https://i.ytimg.com/vi/tez3H6z0N8c/mqdefault.jpg)

![How To Calculate Subtotals in Microsoft Excel Tutorial - Lesson 30
In this comprehensive Microsoft Excel tutorial, we delve into the powerful Subtotal Features found within the Outline section of the Data Tab. Subtotals are indispensable for calculating and summarizing data, and with Excels Subtotal Features, you can streamline the process effortlessly.
Key Points Covered in this Tutorial:
1. Subtotal Function vs. Subtotal Feature: We explore the distinction between using the Subtotal() function and Excels Subtotal feature. Discover how the latter can simplify your data analysis tasks.
2. Sorting for Success: Before diving into Subtotal, we emphasize the importance of sorting your data. Learn how to sort your data based on the column for which you wish to calculate subtotals.
3. Subtotal Sub-Options: Understand the nuances of the Subtotal feature, including the following sub-options:
- Replace current subtotals: Learn how to replace existing subtotals with new ones without starting from scratch.
- Pagebreak between groups: Enhance the readability of your data by adding page breaks between groups when printing.
- Summary below data: Choose whether to display the summary at the top or bottom of your dataset.
- Group / UnGroup: Organize your data effectively by creating and removing groups as needed.
- Show / Hide Details: Customize your view by showing or hiding specific details in your data.
🔗 Helpful Links:
- 📋Learn More About Microsoft Excel Subtotal Feature:
https://www.theteacherpoint.com/how-to-use-subtotal-in-microsoft-excel/
[Microsofts official support page]
https://support.microsoft.com/en-us/office/insert-subtotals-in-a-list-of-data-in-a-worksheet-7881d256-b4fa-4f81-b71e-b0a3d4a52b3a
- ⭐ Download Link to Subtotal Microsoft Excel Template
https://templates.office.com/en-in/grocery-list-with-category-totals-tm03427477
🌻 Empower Your Excel Skills: This tutorial is brought to you by The Teacher, your trusted source for Microsoft Excel expertise. Whether youre a beginner or an experienced user, were here to help you excel in Excel.
#exceltips #excel #exceltutorial #excelcourse How To Calculate Subtotals in Microsoft Excel Tutorial - Lesson 30](https://i.ytimg.com/vi/ttQxZT1poTw/mqdefault.jpg)
![How To Use Morph Transitions with Action Settings in PowerPoint Tutorial
In todays tutorial, were diving deep into the magic of Morph Transitions, coupled with Action Settings and Mouse Over animation effects. These techniques will take your slides from ordinary to extraordinary, adding an interactive and dynamic touch.
Key Points Covered in the Presentation:
1. Introduction to Morph Transitions:
- Learn how to seamlessly transition between slides for a polished and professional look.
- Discover the art of timing with a snappy duration of 0.50 seconds.
2. Setting the Stage: Creating a Striking Initial Slide:
- Step-by-step guide to arranging and cropping images for maximum visual impact.
- Customizing the layout for a unique and personalized touch.
3. Advanced Slide Navigation with Action Settings:
- Utilize Action Settings and Mouse Over effects for interactive slideshows.
- Avoid the need for individual Mouse Clicks or Timings with our expert tips.
4. Hands-On Tutorial: Building Your Own Dynamic Presentation:
- Follow along with a new blank presentation as we insert, resize, and arrange images.
- Learn the art of cropping with precision and maintaining equal sizing.
5. Applying Morph Transitions Across Slides:
- Apply Morph Transitions to create a smooth and visually stunning flow.
- Set the stage for seamless transitions using the Transitions tab.
6. Adding Interactivity: Action Settings and Mouse Over Effects:
- Implement Action Settings and Mouse Over effects to create a user-controlled slideshow.
- Watch as we link slides, creating an engaging experience for your audience.
7. Finishing Touches: Looping Between Slides:
- Duplicate slides for a continuous loop of captivating visuals.
- Witness the magic as the slideshow seamlessly transitions based on mouse position.
🌟 Your PowerPoint journey is about to reach new heights! Download the presentation, explore the magic, and get ready to transform your presentations. Happy presenting! 🌈💻
- Download the presentation file for free [here]:
Link 1 : https://www.theteacherpoint.com/powerpoint-morph-transition-tutorial/
- For exclusive content, download resources and to support The Teacher, visit our Patreon Page [here]:
Link 2 : https://www.patreon.com/posts/unleashing-magic-93669253
Happy creating, and we look forward to seeing your dynamic presentations! 🚀✨
😀 Check out these inspiring animations:
CodePen
Character Showcase Gallery
Ethan : https://codepen.io/pleasedonotdisturb/pen/poqrZLZ
👌 Recommended Videos
PowerPoint Animation Tutorial: Using GIFs and PNGs
https://www.youtube.com/watch?v=ZmT7B6s29hk
🔸 More Microsoft PowerPoint 2016 tutorials:
https://www.youtube.com/playlist?list=PLwBNdcufIBPu_Q9nBW7KRvdk6cPmffsQP
👌 Follow us:
Twitter - https://www.twitter.com/TheTeacherPoint
Facebook - https://www.facebook.com/TheTeacherPoint
Instagram - https://www.instagram.com/TheTeacherPoint/
Pinterest - https://in.pinterest.com/TheTeacherPoint/
#powerpoint #animation #powerpointanimation #theteacher
🌻 The Teacher presents a captivating Microsoft PowerPoint animated presentation. How To Use Morph Transitions with Action Settings in PowerPoint Tutorial](https://i.ytimg.com/vi/uAQESUwaLxw/mqdefault.jpg)



