A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
hi tom,
for enterprise users, we can also see the morph now. here i’d like to share with you the steps i have done to get the feature:
- please make sure first release feature is enabled for the whole organization or selected people.
- download and install office deployment tool(office 2016 version).
- open the configuration.xml file and replace the original content with the following text:
<configuration>
<add officeclientedition="32" branch="firstreleasecurrent">
<product id="o365proplusretail">
<language id="en-us" />
</product>
</add>
<updates enabled="true" />
<display level="none" accepteula="true" />
<logging level="standard" path="%temp%" />
</configuration>
note: if you’d like 64 version of office, you can replace 32 with 64.
- press windows + r keys and input cmd to run the cmd.exe as administrator.
- navigate to the folder which is used to place the office deployment tool.
- use the following command to download and install office 2016:
setup.exe /download
setup.exe /configure
for details about how to use office deployment tool, you can refer to the following article:
https://technet.microsoft.com/en-us/library/jj219422.aspx
- after that, you can open powerpoint app and log in with your office 365 account to see the morph feature:
you can have a look at the following article for reference:
install the first release build for office 365 for business customers
thanks,
kerwin