Position animation jumps out of coordinates in between its destination?

hello,
im in the process of making a commercial so im extremly short with time.
i have a text that i want to slowly move from one side of the screen to the other.
i set the orginal point to 274 on the x axis and kept the y the same.
then i put the end point to 265, and kept the y the same.
when it plays back, and leaves that 74-65 boundry and goes to 58!?
(for example... 274.......258.....265) the text looks like it moves one way and then jumps back
i didnt add any keyframes to cause this...why is this happening? even in some cases, the y axis will jump around a bit too.
behind my text animation i have a layer with a spining motion blur picture could that be a reason?
i also have a macbook pro and am running cs3.
i cant seem to figure out why this simple point to point text animation wont work please help me it would be greatly appreciated :)
-mike

Steve is right.
The jargony term for this behavior is 'boomerang' animation.
The top several search results
here are for pages that can help you to understand what's going on.
Or you could just jump straight to the
"Controlling change with interpolation" section of the (supposedly horrific) After Effects CS3 Help on the Web.

Similar Messages

  • How to find out the coordinates of rotated textframe

    Hi All,
    With the help of (idml) itemtransform horizontal / vertical distances and path point arrays, I can find out the coordinates of text frame (x1,y1), (x2,y2), (x3,y3), (x4,y4). If the textframe is rotated then item transform values are getting changed, but the path point array values are same. I can find rotation angle by the matrix [cos(θ) sin(θ) -sin(θ) cos(θ) 0 0], But I could not get the exact coordinates of rotated textframe. The textframes are given below.
    Normal Text frame
    <TextFrame Self="u136" ParentStory="u124" ItemTransform="1 0 0 1 101.72727272727272 -349.41818181818184">
                <Properties>
                    <PathGeometry>
                        <GeometryPathType PathOpen="false">
                            <PathPointArray>
                                <PathPointType Anchor="-101.72727272727272 -46.581818181818164" LeftDirection="-101.72727272727272 -46.581818181818164" RightDirection="-101.72727272727272 -46.581818181818164"/>
                                <PathPointType Anchor="-101.72727272727272 -0.3272727272727103" LeftDirection="-101.72727272727272 -0.3272727272727103" RightDirection="-101.72727272727272 -0.3272727272727103"/>
                                <PathPointType Anchor="115.9090909090909 -0.3272727272727103" LeftDirection="115.9090909090909 -0.3272727272727103" RightDirection="115.9090909090909 -0.3272727272727103"/>
                                <PathPointType Anchor="115.9090909090909 -46.581818181818164" LeftDirection="115.9090909090909 -46.581818181818164" RightDirection="115.9090909090909 -46.581818181818164"/>
                            </PathPointArray>
                        </GeometryPathType>
                    </PathGeometry>
                </Properties>         
    </TextFrame>
    Rotated textframe
    <TextFrame Self="u136" ParentStory="u124" ItemTransform="0 1 -1 0 320.3805483338268 -125.07900895050204">
                <Properties>
                    <PathGeometry>
                        <GeometryPathType PathOpen="false">
                            <PathPointArray>
                                <PathPointType Anchor="-101.72727272727272 -46.581818181818164" LeftDirection="-101.72727272727272 -46.581818181818164" RightDirection="-101.72727272727272 -46.581818181818164"/>
                                <PathPointType Anchor="-101.72727272727272 -0.3272727272727103" LeftDirection="-101.72727272727272 -0.3272727272727103" RightDirection="-101.72727272727272 -0.3272727272727103"/>
                                <PathPointType Anchor="115.9090909090909 -0.3272727272727103" LeftDirection="115.9090909090909 -0.3272727272727103" RightDirection="115.9090909090909 -0.3272727272727103"/>
                                <PathPointType Anchor="115.9090909090909 -46.581818181818164" LeftDirection="115.9090909090909 -46.581818181818164" RightDirection="115.9090909090909 -46.581818181818164"/>
                            </PathPointArray>
                        </GeometryPathType>
                    </PathGeometry>
                </Properties>        
    </TextFrame>
    When I converted the values of rotated textframe in to coordinates and drawn in a screen then  I am not getting the exact position where it drawn in the original.
    Can anyone help me to find out the cordinates of rotated textframe.
    Thanks in advance.

    It seems pretty straightforward to me.
    Your center point is (42.375 mm, 27.458 mm) and your box is 58.417 mm x 28.417mm.
    IDML defines the rectangle by its corners, not its center, so let's find the upper-left corner. Divide the width by two and subtract from the x, same for the height and the y. You get (13.665 mm, 13.2495 mm).
    That is in page coordinates relative to the upper-left corner of the page, we can see from your rulers.
    But IDML coordinates are spread-relative from the center of the spread. Your spread is a single page that is 85 mm x 55 mm.
    So if we translate your upper-left corner, it is (13.665, 13.2495) mm - (85/2, 55/2) => (29.3335 mm, 14.2505mm) in spread-relative coordinates.
    But IDML coordinates are in points, not in mm. So we convert (multiply by 2.835). And we get (83.150 pt, 40.395 pt).
    But that doesn't match up with your IDML file, which has  (-82.650 pt, -39.890pt).
    But look at the difference: (0.500 pt, 0.505 pt). That's really 1/2 point, because your box has a 1-pt border and that gets split evenly across all 4 sides. And there's 0.005 of round-off error, bceause floating point math sucks.
    Any questions?

  • How to find out the common things between two rpds?

    How to find out the common things between two rpds? And place the common things in a common RPD.

    I thought of one solution.
    Original RPD = A
    Modified RPD = B
    XML Patch created for A-B = X
    Now open the XML Patch in IE or Mozilla and delete the columns/tables/variable/etc,. from the Original RPD A.
    But its a cumbersome process, if the XML file is of very less size its Ok. If its 10-20 MB then going line by line and deleting the change is not the process to be followed.
    I have to check whether its just the delete or modify or drop.
    Let me know your thoughts.

  • How to find out the rows inserted between a time period.

    Hi,
    Please help me to solve this.
    Table - emp.
    Colmns - empno(Primary Key),ename, mgr
    How to find out the rows inserted between a time period.
    For eg:- Between 02-Oct-2006 1 PM and 03-Oct-2006 2 PM.
    regards,
    Mathew.

    Hi,
    Maybe work:
    For each row, ORA_ROWSCN returns the conservative upper bound system change number (SCN) of the most recent change to the row. This pseudocolumn is useful for determining approximately when a row was last updated. It is not absolutely precise, because Oracle tracks SCNs by transaction committed for the block in which the row resides
    e.g.:
    SGMS@ORACLE10> create table test(cod number);
    Table created.
    SGMS@ORACLE10> insert into test values (1);
    1 row created.
    SGMS@ORACLE10> insert into test values (2);
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> insert into test values (3);
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> select SCN_TO_TIMESTAMP(ora_rowscn),ora_rowscn,cod from test;
    SCN_TO_TIMESTAMP(ORA_ROWSCN)       ORA_ROWSCN        COD
    06/11/06 08:56:56,000000000         727707205          1
    06/11/06 08:56:56,000000000         727707205          2
    06/11/06 08:57:05,000000000         727707210          3Cheers

  • How to jump out a dead loop?

    I made a java program with a GUI. When I pressed a button, the program would go into a dead loop. I supposed the program would jump out of when I pressed any of other button. So I set a global boolean variable, any button pressing event would set the variable as "true". Then I wanted the program break the dead loop by judging the boolean variable.
    However, when the program went into the dead loop, it seemed not to respond to any mouse or keyboard event, even the closing all window operation. I had to kill the program by press ctrl+alt+del!!!
    I don't know whether there is something wrong with my program, or it should be like this in java and must be bypassed by some tricky way.
    I don't want to use multithreads to bypass the problem. First, it is very clumsy. I don't want to make my program much more complicated only because of a very simple dead loop. Second, I used vtk in my program and vtk is unsafe for multithreads.
    Please give me a idea. Thanks a lot in advance!
    Regards
    Lian

    You use the event thread to run the loop. So as long as it is running in that loop, it cannot continue and listen for other events, nor repaint your gui.
    So you would have to make a thread that runs the loop so the event thread can continue with its works.
    Event methods like actionPerformed should not take long to execute, if it does, you should always run that code in its own thread.

  • Out of band Clocking between MWR-2941

    Good morning I'm having problems configuring out
    of band clocking between two MWR-2941
    I have configured one MWR-2941 to
    Remote
    recovered-clock slave
    interface Virtual-Cem 0/24
    cem 0
         xconnect 10.10.10.2 7600 encapsulation mpls
    network-clock select 1 PACKET-TIMING
    network-clock-select hold-timeout 900
    the Master Router is getting it clock signal from an E1/T1 interface
    MASTER
    controller E1 0/0
    clock source internal
    cem-group 0 unframed
    description Clocking-Signal
    controller E1 0/13
    clock source line
    cem-group 0 unframed
    interface CEM0/0
    description Clocking-Signal
    no ip address
    cem 0
      xconnect 172.16.20.26 7600 encapsulation mpls
    interface CEM0/13
    no ip address
    cem 0
      xconnect 172.16.20.26 11591 encapsulation mpls
    with this configuration i can't get any clocking at the remote site. I have configured this between a Cisco 7609 and the MWR-2941 without problem, but in the Cisco 7609 I can create another virtual-cem interface. But I can't find a way to create a virtual-cem in the MWR-2941 that should be working as the clock master.
    Any help will be greatly appreciated.
    Thank you very mucy.

    Thank you for your attention ,
    I did not see such out put of my sho mac add command ,
    I sent a image of my current topology , it may be useful , please find it.
    I used router instead of cisco layer 3 switches (SVI for user access vlan is configured on router as sub interfaces) , and On my NAC Server I created a vlan mapping rule that map unauthenticated vlan to one of my access vlan ,
    I have a problem with my Managed subnet !! I have to put my Managed Subnet as default gateway for my client because if I put the router SVI cisco nac agent client does not pop up at all !!!
    I read different documents about that and all of them said that your client default gateway must be SVI , but it does not work,
    best regard

  • FF was running fine. My cursor jumped out of the text box while i was typing and now no text box on FF will let me type in it? Help!

    Basically as above, i opened a new tab to search for an article and as i was typing the cursor jumped out of the box without my realising. I placed the cursor back in the box and started but no characters appeared. I tried the URL bar and again nothing. I opened Chrome and it worked fine so clearly something ive managed to do but i have no idea what!
    I didn't use any shift, alt or ctrl buttons accidentally. I have tried shutting FF down and reopening but nothing.
    Can anyone help please?
    As an addition, why does the cursor jump out like that?
    Thanks

    Hello darrendons, try disabling graphics '''hardware acceleration'''. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • Sudden jump out from selection screen (APO)

    Hello,
    I've developed a report which displays data in an ALV grid. When executing the program everything works fine but when the test user runs through the transaction code something goes wrong. The selection screen appears and you can enter desired selection criteria but when executing the report it just jumps out to the main SAP start page. Does anyone know how to fix this?
    The settings for the transaction code seems to be alright...
    Type: Report transaction
    Sel. screen: 1000
    All SAP GUI are ticked (HTML, JAVA and WINDOS)
    Appreciate all help I can get in this matter.
    Best regards,
    Mia

    Thank you for your tips!
    The test user has already been granted the role necessary to run the transaction, according to our SAP security people, but there might be some additional authorization needed.
    SU53 does not log anything when executing the transaction and no output validation is written in the select screen. I'm using a standard ALV class to display retrieved records and have had no problem with it previously.
    Best regards,
    Mia

  • Sometimes when I tried to selecting a game from my folder in my iphone 5, it will jump out and back to the home page. Why is it like this?

    Why is it when sometimes I tried to select a game to play on my iphone, it jumps out back to my homepage?

    Hi lammyrock,
    I want to let you know to be patient as this troubleshooting can take some time depending on many different. First try putting your iPhone into recovery mode and then use iTunes to restore it. To do that, you can that by making sure that your iPhone is turned off, hold the Home button down while it is plugged into iTunes. You should get the graphic on your iPhone to plug it into iTunes and iTunes should prompt you to restore it. Once that is done and if you have a back up in iTunes or in iCloud, then you can put that back on after the restore is complete. Take a look at the article below for more information to help you. 
    If you can't update or restore your iPhone, iPad, or iPod touch
    http://support.apple.com/en-us/HT201263
    Hope this helps,
    -Norm G. 

  • The cursor "jumps out" of the find box before search line is completed?

    I frequently use "find" command..... what happens VERY frequently is that the cursor "Jumps out" of the find command box prior to my finishing the search letters......... Firefox wants to locate ANY item with only a few matching intro letters........... This is VERY annoying.... I do believe that Firefox should be changed so the find search will be executed when "enter" is keyed.........

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")<br />

  • My iPhone 4S can't support camera 360 apps.Once I open the apps 3 sec it will auto jump out to the home page.Look likes the apps crashed.Isn't my iPhone problem or the apps got bug?Please help me.TQ

    My iPhone 4S can't support camera 360 apps.Once I open the apps 3 sec it will auto jump out to the home page.Look likes the apps crashed.Isn't my iPhone problem or the apps got bug?Please help me.TQ

    Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
    Reset your device: hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)

  • My Iphone 4 is changing screens without me touching it. I will be in a msg and it will jump out of that msg and into another one... can anyone please help me with what this could be?

    my Iphone 4 is changing screens without me touching it. I will be in a msg and it will jump out of that msg and into another one... can anyone please help me with what this could be?

    Try the basics from the manual.
    restart.
    reset.
    restore.
    iPhone User Guide (For iOS 4.2 and 4.3 Software)

  • When I run javac in j2sdk1.2, a error window jumping out

    I try to run a program made in sdk1.2 in my computer,when input javac nameOFfile.java and press enter, there is a window jumping out , and it displays:"javac.exe has encountered a problem and needs to close." I just downloaded 1.2.1_004 java(TM)DK from
    http://java.sun.com/products/archive/index.html
    How can I solve this problem,
    please help,
    ROY

    Why don't you get the latest version (v1.4.2). It is almost guaranteed of working. Java is backwards-compatible so 1.2 programs can run with a 1.4 JRE.
    Stephen

  • ANNOYING: Ovi window jumping out each time I sit b...

    Dear OVI Developers,
    Each time I go out and return to sit back at my PC, OVI Suite window jumps out.
    Now dear developers, if anyone reads it - this issue is dreadfully annoying and has been reported on many forums for a really long time.
    Yet on all the threads I've seen (at least here, at Discussions) I have seen no single entry saying "we will fix" or anything.
    If coding a simple checkbox "do not pop out" is really that hard, then at least say "we will not fix it". Just few words of information would be sufficient.
    Your's sincerely,
    Desperate user.

    I suspect that "every time you sit back at your PC" is a bit of an exaggeration unless your PC has some kind of motion-detector that knows when you are there...
    There is a certain amount of control that you can exercise over Ovi Suite - the easiest way to make sure it isn't active unless you specifically need it is to go to Tools>Options>General and un-tick the box marked "Start Nokia Ovi Suite automatically when your computer starts up" (see the attached file "ovi_suite_startup1.jpg"). This means that you can't quickly open Ovi Suite from the system tray, you have to go via the desktop or start menu, but it's only a very small sacrifice.
    Once you use Ovi Suite, it remains open in the system tray. To kill it, just click the Ovi icon in your system tray then select Exit - see attached image "ovi_suite_closedown1.jpg".
    Provided that Ovi Suite is not active in the system tray, it will not interrupt you - it will not attempt to carry out any scheduled activities and nor will it pop up when you connect your phone to the PC by USB cable.
    I don't know what the specific issue is that people are moaning about on the forums, perhaps they simply haven't bothered to check how to restrict Ovi Suite's activities. The only issue I have noticed is that when active, Ovi Suite tries to hijack your connection mode - if you connect in mass storage mode to transfer files via Windows Explorer or you connect by Media Transfer mode to use Ovi Player, Ovi Suite pops up and switches your connection to PC Suite mode. This is indeed irritating, but easily fixed by follwoing the two tips I have just given.
    Attachments:
    ovi_suite_popup1.jpg ‏87 KB
    ovi_suite_closedown1.jpg ‏6 KB

  • TS1702 Have the game "The Simpson's tapped out" on Ipad and now every time you touch a character, it jumps out, not even generating the money collected, thus having to do this over and over again! Now, look on itunes for the game itself & not there!?! Hel

    Have the game "The Simpson's tapped out" on Ipad and now every time you touch a character, it jumps out, not even generating the money collected, thus having to do this over and over again! Now, look on itunes for the game itself & not there!?! Help!

    I can not find out a way to finish this game.....Is
    there anyone can help me?You can finish the game by calling System.exit(0).
    Have you found a way to start the game?

Maybe you are looking for

  • Follow up to MRSS planning board how to populate

    Thanks for teh reply Varun. It was correct as I did not knwo that the create/save populate teh planning board data via the BADi. However 3 of the 4 added fields TPLNR, ABCKZ,  and ILARTa re being populated in the Order Change (IW32) transaction but t

  • Report Output to PDF

    Hi all, I am facing the following and I am wondering if any of you could help me. I have developed a number of bilingual reports (english and greek text) using Oracle reports 6i (batch 10) on Windows 2000. The reports are ok ... but when I try to exp

  • Saving a file in a DB

    Hi all I need to store a file in a MS Access db; I think the best way is to use a BLOB, but I don't find anything regarding how to use in MS, only in Oracle. Anyway, here under is my code: with this code I arrive to store a binary data into a db, but

  • Exception handling for ProjectService methods in a new 2006 DI API

    Normally for other objects the Add() method returns error code and calling the GetLastError you get the description. AddProject(Project) method of ProjectService returns ProjectParams object. So the question is where to get the error code or what is

  • Sharing custom display profiles between multiple users

    Hello, I'm brand new to Mountain Lion and I can't figure out how to share a custom display profile between multiple users on the same MBP. I'm a photographer and I have two users set up on my laptop - one personal and one for shooting. I'm using a Co