Adjusting the animation speed from outside javascript

Is it possible? i want to speed up the animation if, lets say, someone clicks on a menu item an the visible viewport is at the end of the animation.
I found a variable called "pixelperms" in the edge.js but i don't know how to acces it.
Help highly appreciated!

Are you using the Timeline for animations or jquery animate() methods?
Darrell

Similar Messages

  • How can I adjust the clip speed in the editing window of Premiere Elements 11?

    In former versions of Premiere Elements I could change the function while pushing the corner of a clip in the editing window: it was not cutting only, but I could also use it to adjust the speed of a clip (clicked the clock icon, after that the speed of a clip was adjusted perfectly).
    But in Premiere Elements 11 this funktion seems to have gone: Now the timeline in the editing window seems to have the cutting function only!
    Yes, I still can use the function "prolong time" (or whatever it is called in English, I use the German version), but in this I just can guess what percentage would fit and it's a very hard "try & error" part to get it right. In the former version the speed was adjusted "automatically" to fit the duration the clip needs – that was way more comfortable.
    So, is this function really gone? I couldn't emagine why! Or how is this done now?
    Couldn't find any post or video, explaning how to do that now.
    No: The new "time zone" feature is not the same: it's not adjusting the needed speed rate automatically.
    And by the way: There is a bug in that fuction: When I once added a new time zone, I can't remove it – clicking "set back" (or reset) doesn't do anything, the time zone stays where it is and is not deleted at all! I'm using a Windows 7 Ultimate system (64 bit) ...
    I really would appreceate if someone could tell me how to adjust the clip speed perfectly to the needed duration of a clip!
    Thanks in advance!

    SG
    An interesting point that you point out
    "However, the drag-to-size method of adjusting Time Stretch has indeed been removed from version 11."
    I am assuming that you are referring to an earlier version of Premiere Elements,  having a Time Stretch icon (clock icon) above the Timeline to select, and then perhaps, with the mouse cursor, dragging on the end of the video clip to increase its duration. The keyboard shortcut to select the "clock icon" in thar instance is X. If you look at Premiere Elements 11 Edit Menu/Keyboard Customization/Windows/Timeline Window/, you will mysteriously find "Time Stretch Tool" command with a keyboard shortcut X. And, if you look at Premiere Elements 11 Edit Menu/Keyboard Customization/Applications/Time Stretch, you will find "Time Stretch" with a keyboard shortcut Ctrl+R. Bottom line: I have not gotten the keyboard shortcut X to work in Premiere Elements 11 in this regard, but the Ctrl+R does to bring up the Time Stretch dialog to do the job.
    In accord with this business of what is and what isn't...the good old Razor Tool. That disappeared from sight a long time ago. Yet users were able to use that in later versions using the keyboard shortcut C. Now for me that "C" does not work to change the mouse cursor to a razor for clip splitting at the Timeline level in Premiere Elements 11 in spite of the fact that Edit Menu/Keyboard Customization/Windows/Timeline Window continues to show Razor Tool command with keyboard shortcut C.
    On the good news side of things, if one trims a clip in the Preview Window, one is still able to drag that trimmed clip to the Timeline (Expert view) and drag it out on either of its edges with the mouse cursor to recover the whole clip. And, the mouse cursor is still going to be that red ] with a double edged black horizontal arrow going through it.
    ATR

  • I can't view the pdf files from outside without open them

    i had the adobe acrobat 7.0 version 7 installed on my pc
    when i upgraded it to version 9.0 , I can no longer see the cover of pdf files
    how i can view the pdf files from outside without open them
    please notice the divergence between these picture
    before
    after

    the problem becouse my windows is 64 bit
    i found a fix file , i try it and it works
    download
    http://www.pretentiousname.com/adobe_pdf_x64_fix/#downl

  • Is it possible to adjust the download speed?

    I was just wondering if there was a way to adjust the download speed of iTunes. Reason being, I want to be able to download music or whatever but just at a lower speed (like in the background) so I can still do whatever else I want and not have to worry about lag. That way I don't have to worry about pausing and resuming all the time.

    I know this can be done if you are using another computer in path to do some traffic shaping. Many ISPs do this for P2P program traffic.
    Yuor computer should be able to share available bandwidth between applications. Unless on of your apps is sensitive to other traffic this should be automatic.

  • ALV Grid editable - How to raise the data_changed event from outside object

    Hi,
    i'd like to like to raise the data_changed event from outside the ALV-Grid object in order to display errors to the user.
    For example a new row was inserted within the program. The user has only to complete the missing informations. Before saving the transactions the program has to execute some semantic checks. The errors of this check process should be shown to the user by creating an instance of the cl_alv_changed_data_portocol object.
    Thanks.
    Regards

    You don't need to raise the data_changed event to perform the edits or to issue messages using cl_alv_changed_data_protocol.
    The following assumes you have an ALV grid object g_alv based on the CL_GUI_ALV_GRID class.
    You can mark the inserted records upon insertion as selected using the set_selected_rows method, and then retrieve these rows later using get_selected_rows and perform necessary edits.
    Save the row number of each inserted row into a table of the appropriate type (see the method definition for this):
    DATA: t_index_rows    TYPE  lvc_t_row.
    DATA: s_row_no        TYPE  lvc_s_roid.
    DATA: t_row_no        TYPE  lvc_t_roid.
    Load entries into t_row_no after each insert.  Capture the row number and save in the table t_row_no.
    e.g.
    PERFORM insert_row USING s_row_no-row_id.
    APPEND s_row_no TO t_row_no.
    FORM insert_row would have whatever code you are using to insert the row.  Save the row id into s_row_no-row_id (which is an INT4).
    When done with all inserts do the following
      IF t_row_no[] IS NOT INITIAL.
        CALL METHOD g_alv->set_selected_rows
          EXPORTING
            it_index_rows            = t_index_rows
            it_row_no                = t_row_no
            is_keep_other_selections = 'X'.
      ENDIF.
    Then, if SAVE is pressed without the data_changed event having been raised (such as if the user just pressed SAVE without changing anything), use method get_selected_rows to retrieve the rows that were inserted and perform the necessary edits.
      DATA: l_t_rows    TYPE lvc_t_row.              " ALV control: Table rows
      CALL METHOD g_alv->get_selected_rows
        IMPORTING
          et_index_rows = l_t_rows.
    Loop through l_t_rows and use the row as an index into the grid, perform the necessary edits, just as you would if the data_changed event had been raised.
    If any edits fail, then send messages to the user, abort the save, and re-display the grid.
    Remember to refresh the t_row_no and t_index_rows tables if you load a new data set.
    You can also use a similar technique with the data_changed event to mark each changed row as selected by saving the row ids, and then you only have to update the changed rows on SAVE, which can minimize database I/O.
    Good luck.
    Brian

  • Dramatic fall in the download speed from iTune

    Hey all,
    Recently,I have seen a dramatic fall in the download speed from iTunes.
    I have a 100/4mb line, which runs absolutely fine for everything else.
    Currently, I am downloading an App on 42mb, which currently says it will take 26 mins to download.
    Up until a few weeks ago the same file took 15 seconds!!! This problem is with my 2009 27" iMac.
    If I do the upgrade of the same application on my iPhone 5 connected to the same router and Wi-Fi the download takes 15 seconds !!!

    At that distance from exchange your max sync should be around the 2K you started with  it may well increase again if left on 24/7
    SN margin is not bad but may be worth checking for noise problems   6 Db is the target figure  
    Sn margin quoted by most routers is the figure that the system thinks your line needs for stable operation so higher is not better
    Have you tried a quite line test
    dial 17070 option 2 and listen - should hear nothing
    best done with old type analogue phone digital will do but may have slight hiss
    do not use home hub phone
    If any post helps tick the star box on the left
    Just cause Im paranoid dont mean they are not out to get me

  • Can you adjust the fan speed? How?

    I had an espiode the other day where the MacBook got so hot that it basically shut down. Can the fan be adjusted and how do I get to the area to adjust it? I am fairly new to the world of MacBooks and would appreciate the advice.

    You can easily adjust the fan speed by using smcFanControl:
    http://macupdate.com/info.php/id/23049
    That said, it sounds a bit strange that the MacBook would run so hot. The fan should adjust itself to the CPU warmth. If that is not happening, I'd investigate whether the fan really works.

  • Toolkit for CreateJS: How to control the main timeline from outside the canvas.

    Hey Everyone,
    I'm currently trying to do something simple, but my animation breaks whenever I attempt to change my code. I have created a basic animation in Flash where an object moves from the left side of the canvas, to the right, and then loops from the last frame to the first frame. Nothing else. The animation is simply put on the main timeline. I exported the animation with Toolkit for CreateJS through Flash's extension and the animation runs as it should. I am trying to start and stop (restarting from the first frame) the animation with mouse over and mouse off events. I want the events to fire when moused over/off a div OUTSIDE the animation's canvas tag. Is this possible with CreateJS? I'm trying to figure out how to control the main timeline without being inside the canvas tag.
    Example HTML:
    http://www.thephotoncore.com/testing/example_test.html
    Example Code:
    <section id="container">
      <canvas id="canvas" width="550" height="400" style="background-color:#cccccc"></canvas>
      <section id="animation_control">
        <p>Roll over to start and stop animation.</p>
      </section>
    </section>
    Thanks again for the help!
    -DJ

    Hi DjPhantasy5,
    All movieclips on the stage are children of the stage,
    So on the "mouseover" all movieclips on the stage could be stopped with stop and on the "mouseout" all children could be restarted with gotoAndPlay like this:
    function Stop()
              if (stage && stage.children)
                        var i, l = stage.children.length;
                        for (i = 0; i < l; i++)
                                  var child = stage.children[i];
                                  if ("stop" in child)
                                            child.stop();
    function Restart()
              if (stage && stage.children)
                        var i, l = stage.children.length;
                        for (i = 0; i < l; i++)
                                  var child = stage.children[i];
                                  if ("gotoAndPlay" in child)
                                            child.gotoAndPlay(0);
    See http://www.liauw.nl/forums/adobe/djfantasy5/index.html
    But it is also possible to expose "ball1", for example, by adding it to the document.
    This can be done by adding code to "ball1" like so:
    /* js
    document.ball1 = this;
    Then the stopping of the animation would look like:
    function Stop()
         if ("ball1" in document)
              document.ball1.stop();
    etc.
    Have fun!
    Ronald

  • Is it possible to adjust the proccessor speed?

    From core duo temp , I find that my macbook is usually running at 1.5ghz. I am wondering if anybody knows if it is possible to manually adjust the speed maybe down to 1.33 , to cool the macbook down?
    Thanks for any responses.

    As far as I've seen there is no supported way of throttling down your processors, and surely no way to "overclock" (speed up) your processor(s).
    I have seen some sites listing ways it is actually possible to overclock some Macs, but I'm not sure if it is a possibility with the Intel macs.
    If there is a way to throttle the speed of the Core Duo then it's gonna be through some third party software, google is your friend. :P

  • Cut the line coming from outside Verizon ONT

    My painter cut  the line (Fiber Optic cable) coming FROM outside to the Verizon ONT. How much will Verizon charge me for the repair ? If too much, I will consider early termination, but how much is the ETF then? Thanks

    I would think it doesn't matter ... your painter should pay or reimburse you for any costs associated with the repair if Verizon charges anything. 

  • Accessing a server via the Server app from outside a router firewall

    So I'm trying to access my server using the Server app on a MacBook Pro outside my server network.  I can access it just fine when my client is inside the server network, but I cannot connect when outside the server network.
    I've done the following troubleshooting:
    - I've turned off the server Firewall option available in the server's Server Admin tool
    - I've set up port forwarding on my router
    - I've opened up port 311 on the router
    - I've placed the server outside the router DMZ zone and the Server app connects just fine
    - I've checked the box "Allow remote administration using Server" in the server's Server app Settings tab
    - With the router configured correctly, the Server app cannot access the server
    There's something in the router that is blocking access by the Server app.  Apple Enterprise support says they are sure there is no other port to open up.  Is there something else I should be doing to access the server from outside the router using a client Server app?
    TIA
    ps - this worked fine when I just had the server hanging directly off a cable modem.

    I and I suspect a lot of other admins would argue you should not be making your server accessible via Server.app remotely due to security concerns. Saying that, I and again I suspect a lot of other admins also want/need to be able to remotely administer servers. There is a better way however to achieve this.
    You should be running a VPN server, perhaps using your same Mac server. You should leave the firewall blocking access directly for Server.app but if your remote Mac first connects via the VPN it will then be connected securely to your internal network and then be able to use Server.app

  • My 2006 iMac has begun to run hot which often causes issues.  How can I adjust the fan speed with supported software?

    24-inch iMac (2006) funning hot.  Used "power button while turning on" trick to cool it so we could load some software which was telling us it was too hot;  it was also smellong like it was going to burn up on fire one day while running a slide show for an hour.  Need to figure out how to un-do the constant-on fan and need to find "supported" software that allows me to vary speed.

    There is one called smcFanControl 2.2.2 released, but you really need to make sure that your iMac's air intake vents are clean and free from dust so that it is not sucked deeper into the iMac.
    To clean the iMac's intake vent:
    1. Shutdown the iMac and disconnect everything from it including the power cord.
    2. Lay the iMac face down on a soft towel or cloth and go get out the vacumm cleaner.
    3. Usinge the vacumm's brush or cravass tool, vigrously vacumm the bottom grill and small vent under the stand.
    4. You also might want to remove the center RAM cover on the bottom and carefully vacumm it out without distrubing the RAM modules.
    Then next before using smcFanControl, use the iStat Pro, a Dashboard Widget by iSlayer to first check all the sensor temp's and the speed of all three fans.
    Finally if it is still having a cooling problem or you find that a fans has failed, you should stop using the iMac until the problem is fixed by an Authorized Apple Service Provider.

  • With Mountain Lion Server, can users access the Messages Server from outside your network?

    I would like to setup a new messaging service between my employees because we have issues with most online services. I'm thinking of getting a Mac Mini Server, so I can run Messages Server, but I have an employee outside my network. Can they login to the server remotely to use the Messages Server?
    Thanks

    If you're talking about setting up and using the Jabber messaging service provided by OS X server then yes, it's really easy to set up and use in and out of the office. The only trick it is, and also most other services, is a correct DNS setup so you're able to connect and use the server from the "outside".
    I use this myself (via Lion server rather than Moutain Lion server) from behind a dynamic IP addressed ADSL line and have no problems whatsoever.

  • Export to Flash how to adjust the video size from 640 to 320

    Is there a way to change the size of the Flash video when exporting from Encore? The only setting I see is the quality drop down from low to ultra. Even on low it exports as a 640 by 480 video. Is there a way to change it to 320 by 240? Or is it determined by the size of the mpegs?
    TIA
    Dirk

    Actually I have been playing around with this stuff today, here is what you do:
    After you create the flash file with your index.html and swf and ect you can go into the HTML file and change the setting from 640x40 to 320x240. You can also create skins and stuff in there too using your HTML editor or manually playing with it yourself in Notepad like I do.

  • How do I access the US store from outside of the US?

    Program keeps defaulting to Italian and telling me my account name is in use by someone in the Stati Uniti. Grrr....

    Hi Judith,
    Try visiting this link: https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayStoreSelector&nr=1
    Select US & Adobe Store - Home or small business.
    Let us know how it goes!
    -David

Maybe you are looking for

  • How can i see txt or numbers txt from phone that is on my plan

    how can i see or print out txt from a phone on my plan ..either the txt or number that was txt

  • MBP Compared to a G4 iMac?

    There's lots of ruminating about the speed issues of non-universal applications on the MBP. I'm moving from a 17" iMac 700 to the 17" MBP. What can expect performance-wise with the main Adobe apps with ths kind of hardware change? Plus it will allow

  • Populate chart using sql query

    Hello, I have some sql queries that I run in a database. This queries uses the "Sum case" method. I'm trying to create a rdlc file in order to report a pie chart. But I don't know how can I configure the Chart on the rdlc file to get the data. My que

  • Fullscreen view in iphoto 9.2.3

    I am unable to view fullscreen view in iphoto 9.2.3 except in edit. When I double click on picture - nothing happens. How can I restore full screen view?

  • Low-Cost data migration and ETL tools

    Hi, Im building a database for my company. We are a rather small size book company with a lot of references and still growing. We have a Mysql database here and are trying to find some good tools to use it at its best. Basically we are just starting