• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Looping animation not working correctly

Explorer ,
Jul 10, 2018 Jul 10, 2018

Copy link to clipboard

Copied

I've been trying to create a fade in/fade out effect in InDesign to light up some boxes in a document that I am creating. I found the method to trick InDesign to do this, by creating a fade-in animation on the object, and then grouping that object with an object set to invisible and applying the fade-out to the group. This works good for one play, but I am trying to loop the animation so the box has a glowing effect. When I loop it, it seems to play fine on the first pass, but then gets all twitchy on each succeeding pass. I have experimented with selecting the loop feature in both the animation pane and the timing panel (by using the "play together" function and looping them there). I have experimented with various time delays on both the fade-in and fade-out, none of which seem to resolve the issue when looping. For the sake of ease, I am working with a one second fade-in/out. See link for sample of the issue (note the box labeled TBD in the lower left that I'm trying to make glow). Any advice on what might be going wrong, or a better way to make a looping glow effect, would be greatly appreciated, thanks!

https://indd.adobe.com/view/ee623412-7d99-4b84-87ab-0f4e8fc1a804

Views

381

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 18, 2021 Jul 18, 2021

Copy link to clipboard

Copied

LATEST

Sorry for this late answer, but hope it will help others.

It is possible to tweak your animations so that you get a fade in fade out.
Screenshot 2021-07-19 at 08.18.37.pngScreenshot 2021-07-19 at 08.19.47.png
You can Save the preset then from the Manage Presets… you can Save As…to export an animation setting to an XML, and there you will need to edit the parameters (unfortunately this is not so well documented) then you can import these parameters again and you will have a preset for fade in fade out.
 Modifying the code in an XML editor you can add more keyframes or modify values in existing ones. To show this clearly I modified the last line by setting the Alpha_ColorXform property in the last Keyframe to 0,0 and added an aditional Keyframe by copying the line at timevalue 11500, which is half way to 23000:

</Property></PropertyContainer><PropertyContainer id="Colors"><PropertyContainer id="Alpha_ColorXform"><Property enabled="1" readonly="0" visible="1" ignoreTimeMap="0" TimeMapIndex="0" id="Alpha_Amount">
<Keyframe next="0,0" anchor="0,0" previous="0,0" timevalue="0" roving="0"></Keyframe>
<Keyframe next="0,100" anchor="0,100" previous="0,100" timevalue="11500" roving="0"></Keyframe>
<Keyframe next="0,0" anchor="0,0" previous="0,0" timevalue="23000" roving="0"></Keyframe> 


I attatched an XML that is modified from the Fade in preset to make it fade in and fade out. Import this preset from Manage Presets, and or modify it further to suit your needs.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines