How can I expand the stage (in one direction) on rollover? Or click?

Hello,
I'm looking to create an expanding/collapsing HTML5 banner using Edge Animate.
For example, say I start with a 728x90 banner. How can I make the stage expand (from the bottom edge) to 728x270?
At the moment I'm looking to expand on rollover then collapse back to original stage size on rollout - but in the future I know I'll want the same functionality using a button.
All help is appreciated, thank you!

I am on the go for the day but here is a quick routine, using the toggle() method.
In your case you can't collapse the etage to 0, otherwise you have no way of getting to the second click.
In my exmple, click anywhere on the stage, it collapses to the minHeight value of 15.
Click it again and it restores to the predefined height of the stage.
var minHeight = 15;
var myStageHeight = sym.$("Stage").css("height");
sym.$("Stage").toggle(function(){                    // run on first click of Stage
    sym.$("Stage").animate({height: minHeight}, 500 );
}, function() {                                                   // run the second click of Stage
    sym.$("Stage").animate({height: myStageHeight}, 500 );
If you are going to apply to an element, say a button, then its going to require you to move (flow) the button to the collapsed position.
I'll play with that notion later, when I get back.
Try the above
hth
Darrell

Similar Messages

  • How can I use the button in one panel to control the other panel's appearing and disappearing?

    How can I use the button in one panel to control the other panel's
    appearing and disappearing? What I want is when I push the button on
    one button . another panel appears to display something and when I
    push it again, that the second panel disappears.

    > How can I use the button in one panel to control the other panel's
    > appearing and disappearing? What I want is when I push the button on
    > one button . another panel appears to display something and when I
    > push it again, that the second panel disappears.
    >
    You want to use a combination of three features, a button on the panel,
    code to notice value changes using either polling in a state machine of
    some sort or an event structure, and a VI Server property node to set
    the Visible property of the VI being opened and closed.
    The button exists on the controlling panel. The code to notice value
    changes is probably on the controlling panel's diagram, and this diagram
    sets the Visible property node of a VI class property node to FALSE or
    TRUE to show or
    hide the panel. To get the VI reference to wire to the
    property node, you probably want to use the Open VI Reference node with
    the VI name.
    Greg McKaskle

  • How can you move the objects from one server to another?

    how can you move the objects from one server to another?

    Hi,
    Collecting objects for Transporting
    1. rsa1->transport connection
    2. left panel choose 'object type', middle panel choose 'infocube' and 'select objects'
    3. then choose your infocube and 'transfer'
    4. will go to right panel, choose collection mode 'manual' and grouping only 'necessary objects'
    5. after objects collection finished, create request
    6. If they are $TMP, then change the package.
    7. When you click the Save on the change package, it will prompt for transport. Here you can provide an existing open transport request number, or if you like here itself you can create a new one.
    8. You can check the request in SE09 to confirm.
    Releasing Transport Request  
    Lets say you are transporting from BWD to BWQ
    Step 1: In BWD go to TCode SE10
    Step 2: Find the request and release it (Truck Icon or option can be found by right click on request #)
    Note: First release the child request and then the parent request
    Steps below are to import transport (generally done by basis )
    Step 1: In BWQ go to Tcode STMS
    Step 2: Click on Import queue button
    Step 3: Double Click on the line which says BWQ (or the system into which transport has to be imported)
    Step 4: Click on refresh button
    Step 5: High light the trasnport request and import it (using the truck icon)
    Transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/224381ad-0701-0010-dcb5-d74236082bff
    Hope this helps.
    thanks,
    JituK

  • How can I pass the photos from one iphone to another?

    how can I pass the photos from one iphone to another?

    Use the Beaming feature. See the info at the ? In iPhoto for iOS.

  • How can we acess the data of one component into othr component in webdynpo?

    How can we acess the data of one component into other component in webdynpro....
    I need an Field input from one webdynpro component(comp1)  which is away from the line of process to the other component(comp2) we need that data........I mean i need the field info of comp1 where we doesn't navigate through the Comp1 in the portal & directly access the  component comp2.........kindly share your ideas.....and possible ways .........
    any doughts do post.....
    thanks in advance!

    Hi,
    Please post your query in forum Web Dynpro ABAP Forum, under Application server.
    You have to define the source component as in the used component in the target one to do that.
    after that you will be able to get data from that component.
    Regards,
    Vaibhav

  • How can we acess the data of one component into othr compnent in webdynpro?

    How can we acess the data of one component into other component in webdynpro....
    I need an Field input from one webdynpro component(comp1) which is away from the line of process to the other component(comp2) we need that data........I mean i need the field info of comp1 where we doesn't navigate through the Comp1 in the portal & directly access the component comp2.........kindly share your ideas.....and possible ways .........
    any doughts do post.....
    thanks in advance!

    Hi Reddy,
    You can do it in multiple ways. One way would be to try transfer the parameters through URL & the other would be to work with the concept of interface nodes. Please try go through these 2 threads ( [Thread 1|Call view of another WDA Component and pass the value to it; & [Thread 2|navigation from one program to another; )where I have explained about working with Interface node in detail. You can refer to this [thread |receving parameters between two standard webdynpro applications;to see as to how you can do the same via parameters in URL.  Hope it would help resolve your problem.
    Regards,
    Uday

  • How can I expand the gutters in a document created with a Pages brochure template?

    How can  I expand the gutters/ space between panels on a document created with a Pages brochure template?

    You haven't said which.
    Each panel is usually just a locked object, unlock them and resize the boxes.
    Peter

  • How can I change the setting to one appropriate to java1.2

    Hello.
    I am using WebLogic 4.5.1 .
    and recently started to use JDK 1.2 instead of JDK 1.1.7.
    So, I set [start]-[weblogic]-[Choose1.2JRE] in environment.
    and then, if I execute T3Server, the message of
    "javai.dll class path cannot be found " is displayed and the server is not
    loaded.
    However, javai.dll was in java1.1.X\bin.
    I can assume that a setting is to java1.1.X.
    --> How can I change the setting to one appropriate to java 1.2
    It's my environment
    ClassPath
    .;c:\weblogic\classes;C:\weblogic\lib\weblogicaux.jar;C:\weblogic\license;c:
    \weblogic;C:\weblogic\myserver\clientclasses;C:\weblogic\myserver\serverclas
    ses;C:\weblogic\myserver\servletclasses;C:\weblogic\mssqlserver4\classes;c:\
    weblogic\classes\boot;C:\weblogic\eval\cloudscape\lib\cloudscape.jar;c:\rmi-
    iiop\lib\iioprt11.jar;c:\rmi-iiop\lib\iioprt.jar;c:\rmi-iiop\lib\rmiorb.jar;
    C:\jsdk2.1\runner.jar;C:\jsdk2.1\servlet.jar
    Path :
    %SystemRoot%\system32;C:\jdk1.3bin;c:\weblogic;c:\weblogic\bin;
    c:\;c:\bat;c:\util\;C:\jsdk2.0\bin
    Hyung Gi Min

  • How can i see the text of one view?

    I want to see the text of one view stored in my Oracle DB, then i run the next query:
    SELECT TEXT FROM ALL_VIEWS WHERE VIEW_NAME = view_name;
    The problem is that the information return me truncated.
    How can i see the text of one view?
    Sorry, my English is terrible.
    I'm from Argentina.

    Use 'set long 100000000' at sql prompt. Run your query again.

  • How Can I obtain the tables of one schema and the record size???

    How Can I obtain the tables of one schema and the record size???
    Example:
    TableName Record Size
    Tabla1 12500
    Tabla2 7800
    Tabla3 2046

    This is not an OWB question, but you can obtain bda-type information on tables by using the system view dba_tables.
    Regards:
    Igor

  • How can I change the gain on one audio track in the selection?

    How can I change the gain on one audio track in the selection? Is there a way to adjust the gain as it is implemented for example in cubase - pull waveform up and gain varies?

    I'm not sure what you mean by "in the selection", or, more honest: I don't understand that at all.
    So, instead I'm going to tell you that you can indeed adjust the Gain of one or more selected region(s) in the Region inspector on the left hand side.

  • How can i change the data from one Time Capsule to another?

    How can i change the data from one Time Capsule to another?

    Do you mean copy it?  If so, see #18 in Time Machine - Frequently Asked Questions  You'll need section 2 there.
    If you mean something else, please clarify.

  • How can I expand the source panel on the Import dialog window (mac LR3.3)?

    Hello,
    How can I expand the source panel to the right under the Import dialog window?
    I'm unable to drag the seperation line to the right and therefor unable to view folder names when in lower hirarchy...
    thanks you
    shlomit

    Shlomit Heymann wrote:
    shouldn't there be at least a scroling bar from left to right? How am I suppose to view my sub folders names?
    To a lesser extent, the same problems exists on all panels, whether they be in import window or elsewhere. Just look at the Folder panel in Library to see how much space is wasted in offsetting the subfolders. When this was pointed out to the relevant folk the reply came back that it was by design. Bad design, but we're pi...g into a head wind trying to get it changed.

  • I have three different ipods with music on them and have had to replace our computer as it was in a fire. How can we combine the ipods into one ipod.

    We had to replace our computer due to a fire and lost many of the fiels which were on them. Many were music files for the ipods, we have thre. Also, do not have ID's and passwords to the iTunes store.
    How can we combine the information so that they are all in each one or at least compbine everything into one ipod?

    Just so you know the method suggested by Nelsonleee will cost your $29.95 USD, Yamipod is free.

  • How can I reset the settings of one Yosemite Account?

    Hello. How can I reset the dock, preferences, etc. of only ONE Yosemite Account instead of the whole computer. Yes, I know that I can just make a new account, but I don't really want to do that. Please help.

    iOS: Forgotten passcode or device disabled

Maybe you are looking for

  • Last opened email subject is shown when opening email with many destination addresses

    Platform IPAD2 64Gb, OS version 4.3.5 (8L1), English default language. Issue: email subject field contents not showing correctly. Today I received on my gmail account an email that was targeted explicitely to a group of over 60 addresses, all of them

  • Oracle Access Manager API (ASDK) - ObUserSession / ObConfig Issues

    I am currently working with the ASDK and CoreID 7.0.4. I have gotten my custom Access Gate to the point where I wanted to start testing it out with my applications. I very quickly ran into some issues: Im my code I am making a connection to the Acces

  • Planned delivery cost difference

    dear experts, during doing MIRO for planned delivery cost. In case the real value for the delivery cost is different than the one in the PO, what is the standard way to handle this?????

  • Can I use a dictionary in iPod?

    Hi. I'm from asia.(It's secret that where is my country :D) In my country, I can buy iPod Video, too. but I have a problem. I'm really curious. Is there a dictionary, designed for iPod? If I can use dictionary in iPod, I'll buy iPod immeadiately!!!!

  • Write a properties file in a package, of my own project.

    It is kinda hard for me to safe my checkSameFile.properties file inside a package of my own project.                 Properties properties = new Properties();           FileOutputStream fileOutputStream = null;           try {                fileOutp