Google Slides – Object Animations – Bulleted Text | Fade in/out Using Styling

249 views
Skip to first unread message

Jim -

unread,
Nov 4, 2021, 12:26:40 PM11/4/21
to Google Apps Script Community

After searching Google Groups and the App Script documentation, I was unable to find a way to extend Google Slides – Object Animations using an extension or Add-on to control text fading in/out. I did find the App Script documentation on Editing & Styling, but the examples didn’t cover my requirements.

I’m new to App Script, but do have some JavaScript experience. This sort of animation could be handled by setting the level and timing of text line opacity on mouse-click (element.style.opacity).

Specific requirements for Object Animation: 1. Fade in (0-100% opacity) first line of text in bulleted list on mouse-click, 2. Fade in second line of text on subsequent mouse-click and fade out (100% to 25% opacity) the prior line of text and 3. After the final line of text is displayed, the subsequent mouse-click would restore the opacity (25%-100% opacity) to all lines of text. This would preferably be a Standalone solution to avoid unnecessary authorizations.

Thx in advance. Graphic of animated sequence is below.

 

Example

Bullet Text Fade In/Out on Mouse Click

Object_animation.jpg

Clark Lind

unread,
Nov 6, 2021, 5:13:59 PM11/6/21
to Google Apps Script Community
You should be able to do all this with the built-in animations. What are you trying to achieve by doing it with an add-on/extension?

Jim -

unread,
Nov 20, 2021, 5:03:59 PM11/20/21
to Google Apps Script Community
Hi Clark, thanks for the response.

I'm open to using the existing functions in Slide, but couldn't seem to get the effect. 

I was trying to get each bullet to fade in on a mouse-click, with the previous bullet "fading" (opacity 25%) on the same click. Once the final bullet is displayed (with the previous bullets faded), the next click would restore the opacity of all bullets to 100%.

I was able to pull it off in PointPoint by overlapping two text field and getting creative with the onboard animations, but didn't see an obvious solution in Slides. I was trying to avoid having to "stack" fields, but if there's no way around that, then writing a function would work. I was surprised there weren't more extensions for "look feel", but I imagine most are exploring the power of integrating with other apps in the Google cloud.

Clark Lind

unread,
Nov 20, 2021, 5:29:17 PM11/20/21
to google-apps-sc...@googlegroups.com
If you have done this in PP already, try uploading your PP file, open it in Slides, Save as Slides, and open the new copy and see if it got converted properly. 

If not, then we can try to find a solution. 

--
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/ErxfVNp-ak4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/743fa0cf-8a09-4b9a-8876-76e8d29b851en%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages