Problem with animation of MSO

Hello world

I apologize in advance for my English.

I did a folio for iPad. The folio includes an animation in a few pages. The animation is fairly simple. There are several rectangles that appear constantly on the screen.

Each rectangle is an ASM which has only 2 States. The first State has an empty rectangle (with no fill and stroke). The second State has a color.

Each MSO has a period. Some of the OSM have the same time delay and appear at the same time. Others have different amounts of delay.

When I test the folio in LCA, everything works fine. But not in the API test (it's app multifolio, v28).

In the IPA animation starts normally, but then freezes for a few seconds (sometimes 3, sometimes even more) and proceeds to the final State.

Have you ever seen such strange behavior of MSO-animation in the API so that everything works well in LCA?

Why this bug is happening in IPA, not ACV?

Isn't the code base of ACV and the same custom Viewer?

This bug may be coused by the OSM, which have the same period?

I'll be very grateful to you for any help.

Georgy.

Then combine everything in an MSO or, Alternatively, try a sequence of images.

Tags: Digital Publishing Suite

Similar Questions

  • Problem with animation line flicker/aliasing

    Hi I was wondering if anyone had any suggestions on trying to get this smoother animation and a little crisper.

    I know that the quality will be slightly less good in a gif format.

    https://S3.amazonaws.com/uploads.hipchat.com/115279/3089179/b6GFClDGSBHAucu/lines.gif

    Thank you

    Let me give you a few basics. These are things that are not considered by almost everyone that starts working in the video, especially those who come from a print or web design background. Photographers are also victims of a flaw in their knowledge which is understandable because they have never had to deal with things like this before. Here are the facts.

    First Point:
    Video (and everything that comes from digital displays) are always arranged on a grid of pixels. No exception. You can never put a line width of single pixel on this grid of pixels and do appear as a single pixel line, unless it lines up perfectly. Nothing that is not precisely aligned to the pixel grid is interpreted. It is called Anti-aliasing. This means that if your 1-pixel thick line is to halfway between grid display will be the average of the values in this row and you end up with a broad line of two pixels on the screen with each line taking half the value of the color of the original line. In other words if you are not precisely aligned on the grid of your 1-pixel wide black line becomes a 2px wide gray line.

    Second Point:
    Video is composed of images that reading at a particular rate. Your screen also has a refresh rate. Display rate standard in countries that have 60 Hz electricity usually have a refresh rate standard 60 Hz or multiples of a whole number of this rate divider. In countries where electricity is 50 Hz (Europe), the refresh rate is usually 50 Hz. The video frame rate for video in NTSC countries (most of the world) are normalized to 29.97 FPS (there's a reason associated with the problem of broadcasting TV signals in color, but I won't go into that right now). The Standard in PAL countries video frame rate is 25 fps. When you choose a frame rate for your video project which is not the frequency of standard images for your area, you may rate for your video come into conflict with the cadence of your screen. This can cause perfectly smooth motion judder and there is nothing you can do about it, except change the refresh rate of your screen or lift it up with a new high refresh rate capable display or change the frame rate of your video.

    Third Point:

    The average human eye and brain have a property called retinal retention. These effects how we perceive motion. No matter what you do, most people perceive incorrectly flexible movement across their field of vision. Most of the time the brain tries to iron out things and your eyes automatically try and follow this movement. This effect is well understood by the great directors when they block shots and the great directors of photography when they put cameras if your eye is directed to the part of the frame where they want that to get you to understand the history.

    Fourth Point:
    There is a strobe effect that applies to all the movements. For example, if you watch an old movie on TV western, you will sometimes see the wheels of the car rotate backwards. Smart of an airplane propeller video phone can show you that strange Sword-shaped blades turn slowly or even backwards. It's the interaction between pace and movement. The only way to create videos that shows the movement correctly and in the right direction is to match the query of the cadence.

    Fifth Point:
    Work around the fine lines, turning it into a thicker lines is to disable interpolation. You can do in After Effects by selecting quality draft. With quality lit project, you will always have a thick black line of single pixel. This solves a problem, but worse the other. The problem of the stroboscopic effect. To make your single pixel with black line SOUPLESE you must match the query of the line to the frame rate. You move 1 pixel by image or 2 pixels per image or 3 pixels per image or 4. You cannot move to 1.4 or 2.8 pixels per image. It won't wok, it would never work.

    Sixth Point:
    Even if you perfectly fit the pixel grid movement, you can still run on the retinal retention problem and frame rates. Every Director of professional photography with a value of his day rate knows that there are critical speeds of Pan - speeds during which you can not move the camera in a scene and offer a scene that doesn't pan and look terrible. Jerking can be so bad that it gives people headaches and worse. The frequency of images the more cautious, be with the camera. When the video cameras of 24 frames per second were introduced a whole bunch of people came back with horrible images. Shots that run at 29.97 work at 24. Cadence, retention of the retina, strobe effect and your brain combined with no fixed focal point for your eyes to focus on and track combine to fault up to the shooting and of the query.

    The solution:
    When you want to animate a thin line, you're better off at 29.97 frames per second that anything slower. 30 is OK if you go never broadcast or DVD to watch on a TV. You can use an expression to control the movement, so that your line moves exactly an even number of pixels per image. If your design requires that go you faster you must hide the problem with motion blur. If you want to lighten in and clear it of movement then you must hide the problem of aliasing with motion blur. Smooth long moves must be exactly to an even number of pixels per image. You have more options of speed at a higher speed. Even at a higher speed, you will encounter the problem of the sixth Point.

    The evidence:
    Any problem of smoothing by giving you the discount gray lines load the rendering of your lines animated in AE and step as part of an animation at the same time. Baring any cache image and to make the issues I bet that your animation will run without difficulty from one image to the other. It is only when the video plays back at speed that your eyes and your brain will tell you that the movement is uneven.

    Certain standards:
    Go to a cinema and watch the end titles. It takes about 7 or 8 seconds (depending on the height of the frame) for securities to roll from the bottom of the screen upwards. The second seven rule is pretty standard. With 29.97 FPS 1 video per image pixel, 2 pixels per image and 4 pixels per image work well enough for most applications. When you find a speed frame rate works for your video, it's the frame size and it is write it down. Use it again and again.

    This is an expression that works at the speed of the animation and allows blur to apply to your image. You can do the movement meet the markers if you want to start and stop. I have a bunch of preset animations that I use all the time for that style of animation.

    Bottom-up:

    t = time;

    en = t/thisComp.frameDuration;

    x = value [0];

    s = 4; Speed in pixels per image must be an integer

    y = value [1] - (fr * s);

    [x, y]

    Left to right:

    t = time;

    en = t/thisComp.frameDuration;

    y = value [1];

    s = 4; Speed in pixels per image must be an integer

    x = value [1] - (fr * s);

    [x, y]

    If you wish to reverse the direction, you can add a sign less in the final table or apply the term of anchor instead of position. These expressions take the initial starting position of the layer as a starting point. Both are moving to 4 pixels per image. To start and stop the movement, the simplest method is to split the layer, add the expression, let the layer move, then divide the layer again and delete the expression. If you are handy with expressions, you can bind the movement to layer markers, and then just move the markers for start and stop, or even reverse the direction of a single layer.

    If you don't want to mess with all those unbreakable rules then jack up motion blur and uses a higher cadence with thicker lines and hidden defects. There are no other solutions.

  • Problem with animation .oem EDGE

    Hello world

    First of all, I want to thanks to all of the community forum Adobe for many of the useful discussions and lots of useful information. It is my FIRST post in the Adobe Forum.

    Well, I am a member of creative cloud and I'm almost finished our first DIGITAL MAGAZINE (visit Montenegro). I think we're doing great work, and this digital magazine is published as a standalone application.

    We discover very nice and attractive opportunities for animation with Adobe EDGE Animate. Unfortunately, something is not right here. We install the new EDGE (v 1.5.0.217.23270) and we create an animation

    for the COVER page. We follow all the instructions and we publish file OEM.

    When we put this file OEM in inDesign, we had not seen the animation in the PREVIEW of the OFFICE, but also when we test folio on iPad - same problem appear - we have not only static IMAGE POSTERISEE animation.

    By the way, animation works well when we saw in the browser (and for more information - put us AUTO PLAY on the EDGE - SCENE and also in inDesign Web Content + 0.125 dry delay).

    Now we try with another solution - make us frame in inDesign and we put the HTML file of the same animation in this setting (Folio overlays/Web Content). Then, we discover that NICE WORK with this kind of implementation of animation.

    But still, we want to know WHY. Animation of the OEM did not work in inDesign (folio files/articles)? Do you have someone from Adobe can tell us is there any problem with EDGE .oem files and inDesign CS6? It's strange, because we have the most recent edge and inDesign versions, but still we have the problem with the .oem animation files (does not work!). This great opportunity to make the most attractive digital magazine with animations created in Adobe EDGE must be better tested and be reliable for users in my opinion.

    I have appricite any kinf of information from other users, as well as representatives from Adobe. Thank you.

    I gave you the link. Find the right download for your version of InDesign and platform.

    Bob

  • Download the problem with animations?

    A slide in an Adobe Presenter 9 ppt program does not show the animations correctly on the download. In other words, I have 10 animations on the slide, with everyone coming where I talk to you. The editing is correct; the preview work correctly. When I download it, however, this slide (and this blade only) has all the animations to come at once and in a weird order. Suggestions?

    Hello

    Is it possible to share the package of Presenter with me so that I can look into your problem? You can send the presentation to [email protected].

    Also where you download this presentation.

    Thank you

    Mahesh

  • problem with animated menu

    I have a project to create with 9 films on a motion menu that works very well.

    I want to change 3 movies and to others. the problem is that when I do movies aren't good.

    they don't move smothly like the others.they look in 20 seconds, the animated menu but when I opened them they do not.

    It happens when I import dynamic links to adobe or as assets not first.

    what I've done, it's just to post a link to the new film. I also tried to remove the ones I wanted to change.

    new bad movies look. the others are ok

    I'm having a little trouble following you, but I still suspect a difference in the old and new files or a difference in how be transcoded - first or.

    You have a CS5 trial and a registered version of CS4?

    Is the source for the new movies same as source for old movies? Sense DV AVI or what?

  • Problems with animated masks and external images

    I have an instance of movieClip on the stage and I load an external JPG in the movieClip.  The movieClip is hidden by a layer that starts the animation on a certain range.  As soon as I reach that govern my loaded external JPG disappears.  The movieClip are not reluctant to be hidden, but once the mask comes alive the external image disappears.  Mask animation is frame-by-frame comic forms.

    It is interesting to note that, if I create a class and load the JPG into the movieClip (or do it in a constructor) I do not know what problem - is when the jpg files are loaded into an instance of movieClip, who lives on the stage I encounter it. Unfortunately this is not an option in my project (since I have to get the path for the JPG file in an xml file, I'm loading).

    Could someone help me with this please?

    It is a bug in flash.

  • problem with animated mask of targeting to HTML5 canvas

    I have a movieclip inside with some animation and wants the image of mask with this movieclip but in html5 canvas target, this method does not work, target swf.

    I'm masking of timeline

    what I am doing wrong or this is the bug?

    I just tested out and seen this error in the output panel:

    Feature not supported: symbols several frames in masks.

    It looks at the canvas, you can only animate your mask on the main timeline, but not inside the symbol of the mask.

  • Still have problems with animated menus?

    I created a menu driven in CS6 again for my DVD project. I coded my video for the menu move - as well as the video for the film - in Premiere Pro and both in still as active (.m2v files). The main movie plays very well once the disc is burned, but there is a very noticeable and annoying horizontal flicker in the Query menu. I checked the .m2v file that I created for the animated menu and there is no flicker, which would seem to indicate that the problem occurs somewhere in yet. I've already selected in still to NOT transcode the file menu motion. And I also tried to put in the original Premiere Pro sequence and that can still encode. But in the same result - horizontal flicker...!

    Can anyone help?

    Thank you very much

    Dave

    "You can't define an asset of motion for a menu not go", "the term used for callback mixing different visuals for the merits of the complaint. You tell it not to transcode to a timeline, but it is not in a timeline.

    The parameters used for the animated menu is the default conversion for the project settings.

    The only way to prevent an active movement to be re-transcoded is to put all the Visual menu, except highlights, in the bottom of the query.

    To test if it would help, made a test project, add a simple menu, edit in photoshop and eliminate all the buttons, but one and then remove the no-hightlights (no matter which layer in a group without the = 1, etc.). Remove all the layers except the background suited. (Still removes the background layer when it adds the assets of the movement). Then back again to add the asset of the motion. How does this look?

    What you read on? Player/TV or computer? Is the glitter of the thin elements in the film?

  • Problems with animated buttons

    IM new to Flash, using AS2

    Im trying to create a button that plays an animation when you click on it, then another by releasing

    I made a new keyframe (5) in the button, with an inside animation

    the code ive tried is

    {We (Release)}
    gotoAndPlay (5)
    }

    but rather than play his own keyframe (5), he moving chronology of the entire scene in box 5

    Im very stuck with this, thanks in advance for any help

    Well in this case, you can use movieclips.

    create a new movieclip symbol, add three keyframe in this movieclip. In the first picture has normal, second State Forum inactive and third parties have the State of liberation.

    Add this code to the movieclip.

    {We (Press)}

    gotoAndStop (2)

    }

    {We (Release)}

    gotoAndStop (3)

    }

    See you soon,.
    Sriram

  • Problem with Animation

    Hello
    This problem may be just ignorance on my part, but I had trouble with the easy task of getting a train on one side of the stage to the other. I set the keyframe, created an interpolation of motion between points and moved the train where I want it to go. When you scroll the images, the train moves exactly how I want it, but when I test the movie, never the train, leaving off the screen, enters the scene.
    I could not provided enough information for anyone to say what I do wrong, so please tell me if there is anything else I can tell you to help you to help me.
    The train itself is not important, but I would like to know what I'm doing wrong for future projects.

    OK, I found my problem, I was using the graphic form of the train instead of the film version.

    Thanks for the help anyway.

  • I have iOS 10 and I am still unable to make messages with animation effects. How can I solve this problem?

    I have iOS 10 and I am still unable to make messages with animation effects. How can I solve this problem?

    Without knowing what is happening when you try, it is difficult to recommend troubleshooting. However, one of the first steps is to ensure that you don't have to reduce the Motion activated in accessibility.

  • Problem with Adobe character animation

    I have a problem with Adobe character, when I open it (for After Effects and a free program), I got an error message: "License failed because an asset after the installation of 2015 CC effects could not be found. If please reinstall After Effects and launch it to sign in the creative cloud. ' Y at - he moved to a file or a license to copy file... Please help me I can not use the character animator! THX!

    Try to connect then back in creative cloud. See this FAQ: FAQ: what does the error Licensing "Licensing failed because an asset after the installation of 2015 effects CC not found." mean?

  • My cloud of Adobe installer is unable to connect to the animated. No problems with internet... Help, please

    My cloud of Adobe installer is unable to connect to the animated. No problems with internet... Help, please

    Hello

    Thank you for using https://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html > and all the steps in "troubleshooting connectivity issues.

    If necessary, and for any other question, click on through http://helpx.adobe.com/contact.html and so "open" Please use the chat, I to can I part had the best experiences. An employee of Adobe Preran I quote: the chat button is enabled as soon as there is an available to help agent.

    Hans-Günter

  • Problems with Adobe Flash Professional CC (CS6 too) to save the animated .gif file or .swf file perfect

    Hello

    I have a problem with Adobe Flash Professional CC and CS6 to save the animated .gif file. This is a very simple work with logo. But I can't save a perfect swf or gif file, and that's bad news for me. Logo .swf file record with bugs. Bugs just see then file to insert in the page of freeshop. This is just example of test page, it allow you to see the bugs of logo - http://tagraseshop.graphicsrim.eu . Here is the actual page, but it's not my, freeshop with old logo is and I corect it - http://www.tagras.lt

    .Gif absoluted anime file not saved in Flash CC. Just the gif image. And why? My Windows 8.1 operating system.  In fact, I try to register on Adobe Flash Professional CS6. It is not save too...

    GIF "animation"- https://mega.co.nz/#! D8pEVaRR! LK4 ahNfhg-nI4T-0vROV9xCa1XfXz4br1X9lpQfUR0nQNT
    SWF with bugs- https://mega.co.nz/#! jo5lSRyS! 1x6GjWqYsf7n4KknUs6eF8EqZXEv9e8RsSpGd8h5 jGQ

    FLA -flash document- https://mega.co.nz/#! C94nCDSS! 7yKF9FIBvYtVC9r8kYiJ0l0xzUm_R2HwgoXks6iM zUA

    Perfect animation speed is here- http://e-shoptagras.graphicsrim.EU

    Who can help me?

    Any ideas?

    Thanks for your help in advance!

    But when I download the SWF logo in the page http://www.tagras.lt, it is always visible with bug, flash on it. I don't create it like this, why it is done that way? (Why SWF logo flashing/load?) ( http://www.tagras.lt look at the main title on the left).

    Thank you very much!

  • Problem with autoplay HTML animation

    Hi guys, I have some problems with the HTML animation where to get an overview of my content on the adobe Viewer. Maybe you know how to solve this problem...

    My Folio contains 1 atricle with 5 pages. The first page is static, the other - page with an animation that should be presented when this page (autoplay). the third and fourth - game animation as automatic, the last - static page.

    Seems that next page is cached when preview us the page in the adobe Viewer, so when we sail directly to the second page, which contains animation - animation on the page is partially played, so we see only the rest of the animation or just the final animation point. Go to the next page - the same question. But when we sail from first page to the third-, we see animation from the start.

    How can this problem be solved?

    PS: Sorry for my English :")

    You must insert a little late in the web content window... delay = 0.125 second

Maybe you are looking for