How to add animation to a button

Hello

My DPS page below contains a series of button that each have 2 actions (Goto URL {navto: / /} and its support) including the excellent work.

However, I would like to add a simple action for the button image "jumps" when it is selected.

What is the best way to achieve this and the animation action can be added in addition to the existing shares for the button? I'm looking for the simplest method, as I have not used edge or Flash.

I use Indesign CS5.5

Any help greatly received.

Kind regards

Iain...

Screen Shot 2013-08-19 at 19.10.19.png

Bob & Bob,

Thank you very much. I cracked it now.

Fact the click the image a bit smaller and changed the color scheme. Works a treat.

Kind regards

Iain...

Tags: Digital Publishing Suite

Similar Questions

  • How to add sound to a button in a button adobe muse?

    How to add sound to a button in a button adobe muse?

    Something like that? How can I add a game sound on click the Muse?

  • How to add the table radio button.

    Hello

    I want to update the record if I want that an option of button raduio shaped tabular .There is no option for tabular.
    How to add the table radio button.


    Thank you

    Published by: 805629 on February 3, 2011 04:56

    Use APEX_ITEM. BOX API in the definition of SQL query for the form of tables

  • How to add groups of radio buttons values and show the answers?

    I have eight groups of option buttons. The student must select the button from each group. It is a survey of personal intrestet. If each of the groups will have a button with related values. I need to add values and display the results.

    I have been looking for help, but can't find anything that explains how to add values of radio buttons and display the answers.

    That's what I got so far:

    The option button ActionScript 3.0 / / Avraham Saltoun / / solutions to say-web dot com / / FREE to USE, COPY and DISTRIBUTE

    Import fl.controls.RadioButton;
    Import fl.controls.RadioButtonGroup;
    These libraries must be imported
    in order to access the properties and methods of the Radio button.


    We will Appply formatting
    for the radial buttons
    var format: TextFormat = new TextFormat;
    format. Size = 16;
    format.font = "Trebuchet MS"
    format. Color = 0xFFFFFF;

    myNonconformist.label = "a maverick".
    myConcreteThinker.label = "a concrete thinker."
    myNaturalWithNumbers.label = 'a natural with numbers. "
    myAnalytical.label = "Analytics."
    myAssertive.label = "assertive".
    myIdealistic.label = "Idealistic."
    myCareful.label = 'Careful ';
    myProblemSolver.label = "a problem solver."
    myConscientious.label = 'consciousness '.
    myCreative.label = "Creative."
    myPrecise.label = "precise."
    myEfficient.label = "effective."
    myEnergetic.label = 'energetic ';
    myExpressive.label = 'Expressive ';
    myFriendly.label = 'Friendly ';
    myPersistent.label = 'Permanent '.
    myHelpful.label = "fairly useful";
    myInnovative.label = "innovative";
    myInquisitive.label = ' Inquisitive/Curious. "
    myAccurate.label = "precise."
    myEnthusiastic.label = "enthusiasts";
    myInsightful.label = "insightful";
    myIntuitive.label = 'intuitive ';
    myMechanicallyInclined.label = 'mechanically inclined. "
    myObservant.label = 'observer ';
    myOutgoing.label = "outgoing";
    myPatient.label = "Patient";
    myPersuasive.label = "persuasive."
    myRealistic.label = 'realistic ';
    myPractical.label = 'practice ';
    myScientific.label = 'scientific ';
    mySelfconfident.label = "safe";
    myImaginative.label = "imaginative."
    mySociable.label = "Sociable".
    myStraightforward.label = "direct."
    myUnderstanding.label = "understanding."

    Now, let's apply the style
    created for our labels
    myNonconformist.setStyle ("textFormat", format);
    myConcreteThinker.setStyle ("textFormat", format);
    myNaturalWithNumbers.setStyle ("textFormat", format);
    myAnalytical.setStyle ("textFormat", format);
    myAssertive.setStyle ("textFormat", format);
    myIdealistic.setStyle ("textFormat", format);
    myCareful.setStyle ("textFormat", format);
    myProblemSolver.setStyle ("textFormat", format);
    myConscientious.setStyle ("textFormat", format);
    myCreative.setStyle ("textFormat", format);
    myPrecise.setStyle ("textFormat", format);
    myEfficient.setStyle ("textFormat", format);
    myEnergetic.setStyle ("textFormat", format);
    myExpressive.setStyle ("textFormat", format);
    myFriendly.setStyle ("textFormat", format);
    myPersistent.setStyle ("textFormat", format);
    myHelpful.setStyle ("textFormat", format);
    myInnovative.setStyle ("textFormat", format);
    myInquisitive.setStyle ("textFormat", format);
    myAccurate.setStyle ("textFormat", format);
    myEnthusiastic.setStyle ("textFormat", format);
    myInsightful.setStyle ("textFormat", format);
    myIntuitive.setStyle ("textFormat", format);
    myMechanicallyInclined.setStyle ("textFormat", format);
    myObservant.setStyle ("textFormat", format);
    myOutgoing.setStyle ("textFormat", format);
    myPatient.setStyle ("textFormat", format);
    myPersuasive.setStyle ("textFormat", format);
    myRealistic.setStyle ("textFormat", format);
    myPractical.setStyle ("textFormat", format);
    myScientific.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    myImaginative.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    mySociable.setStyle ("textFormat", format);
    myStraightforward.setStyle ("textFormat", format);
    myUnderstanding.setStyle ("textFormat", format);

    Event listeners
    Define waiting for the compiler
    for a click
    myNonconformist.addEventListener (MouseEvent.CLICK, whoAmI);
    myConcreteThinker.addEventListener (MouseEvent.CLICK, whoAmI);
    myNaturalWithNumbers.addEventListener (MouseEvent.CLICK, whoAmI);
    myAnalytical.addEventListener (MouseEvent.CLICK, whoAmI);
    myAssertive.addEventListener (MouseEvent.CLICK, whoAmI);
    myIdealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myCareful.addEventListener (MouseEvent.CLICK, whoAmI);
    myProblemSolver.addEventListener (MouseEvent.CLICK, whoAmI);
    myConscientious.addEventListener (MouseEvent.CLICK, whoAmI);
    myCreative.addEventListener (MouseEvent.CLICK, whoAmI);
    myPrecise.addEventListener (MouseEvent.CLICK, whoAmI);
    myEfficient.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnergetic.addEventListener (MouseEvent.CLICK, whoAmI);
    myExpressive.addEventListener (MouseEvent.CLICK, whoAmI);
    myFriendly.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersistent.addEventListener (MouseEvent.CLICK, whoAmI);
    myHelpful.addEventListener (MouseEvent.CLICK, whoAmI);
    myInnovative.addEventListener (MouseEvent.CLICK, whoAmI);
    myInquisitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myAccurate.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnthusiastic.addEventListener (MouseEvent.CLICK, whoAmI);
    myInsightful.addEventListener (MouseEvent.CLICK, whoAmI);
    myIntuitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myMechanicallyInclined.addEventListener (MouseEvent.CLICK, whoAmI);
    myObservant.addEventListener (MouseEvent.CLICK, whoAmI);
    myOutgoing.addEventListener (MouseEvent.CLICK, whoAmI);
    myPatient.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersuasive.addEventListener (MouseEvent.CLICK, whoAmI);
    myRealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myPractical.addEventListener (MouseEvent.CLICK, whoAmI);
    myScientific.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    myImaginative.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    mySociable.addEventListener (MouseEvent.CLICK, whoAmI);
    myStraightforward.addEventListener (MouseEvent.CLICK, whoAmI);
    myUnderstanding.addEventListener (MouseEvent.CLICK, whoAmI);
    Note that all lead to the same function.

    It will probably be better for you to do it the hard way and assign labels, values and groups in the programming environment using the settings panel.

  • How to add and delete custom buttons

    Hello world

    I have two field of custom button with different colors of red and white button.

    And I want to add and remove both button in the same place each other.

    I mean when I click on the red button, red button remove the screen and the same when I click on the white button to remove white button must be appear and red button should appear. Both button must be exposed to the same place.

    Please any idea...

    Thank you.

    public void add (field)
    survey
    IllegalStateException - if the field has already been added to a Manager.

    Public Sub delete (field)
    IllegalArgumentException - if the field to delete does belong to this Manager.

    So check with the field.getManager () function to make it work properly...

  • How to add the Google + 1 button?

    That is the question. Help, please, anyone?

    Hello

    You can add the Google + 1 button copying google code: https://developers.google.com/+/plugins/+1button/?hl=en

    Then insert the code into your page to Muse:

    1. Go to object > insert HTML...
    2. The button code paste + 1 you copied from Google's HTML Code
    3. Click OK

    Best regards
    Corey

  • How to add the 'new tab' button next to the last tab?... I use version 9.0.1. and they are missing and I can't find how to add.

    I got the new tab next to open tabs button, but with a recent update of Firefox, the tab button disappeared. Went through all the help points, but how do I add the new Help tab is not listed. The only way to open a new tab is manually using the buttons on windows/t or opening the file and choosing the new tab.

    Hello

    It could be that he is hidden behind another icon. Please try this: right click on the empty space after the last tab and Customize.... With the mini window open, you can move the other toolbars and icons to check if the new tab button is hidden. You can also check inside the mini window customize the icon named new tab or click Restore Default Set that will be hopefully restore back. Please note that if nothing is uninstalled or disabled when you click on restore by default, you will have to redo all changes to manual/personal toolbar.

    Customize toolbars

  • How to trigger animations with a button

    I want to trigger an animation (I think sort of a text appearing from the backround) when a button is clicked, how can I do this?

    If your button is btn and your animation movieclip mc (with a stop() in its first image), you can use:

    btn.addEventListener (MouseEvent.CLICK, btnF);

    function btnF(e:MouseEvent):void {}

    MC. Play();

    }

  • How to add click on the button/box QUIZ slides?

    We have a core questionnaire for our online courses. In the upper part of the quiz, we have a navigation bar with the other back, main menu, help, etc that we use a click box to make a link.

    However, when we are on a slide of questionnaire option box and click button are grayed. You can access them at all. How we solve this problem? We HAVE to have the navigation bar is functional as it is for the rest of the slides. Help!

    Will captivate you cannot add additional buttons, or click on the boxes for quiz slides.

    On Quiz slides, you can use the standard questionnaire slide buttons. It is a feature of the software, but a feature never less.

  • How to add 'next' and 'previous' buttons to scroll through the pages of detail point web app?

    My client application buttons "previous" and "next" to go to the details page of an element of web application to the previous/next item details page in the same web application. What is the best way to implement that? I know that you can add paging to a list of items on a page web app, but, since you are already viewing the detail page generated by the web application, is it possible to create something similar to the order of the day? Any information would be appreciated. Thank you!

    No, said Mihai is not out of the box solution, it is not too difficult, but you need a few basics of liquid and js.

    Capture the URLS of all the webapp in a table then by locating the position of the current element in the table just navigate back or forward through it.

    It may be useful

  • How to add animations to the titles by using the first 10 elements

    I took a multimedia class at my school who has used the first cs4 and I learned in the class, how do the titles and images move and make animations by using keyframes (such as moving on and off screen and spinning etc.) also I do not see how to use the effects of green screen with this software It seems that it doesn't really seem like 10 items is not that much, or is it just my imagination. and while I'm I can't Media encode for free?

    Yes, you can set editing animations in Premiere Elements, as you can in Premiere CS4. Just right click on a clip on your calendar, select view properties and open the workspace of keyframe, as a show you in my books and in my article free PDF 'Keyframing base' on Premiere Elements support the Muvipix.com site.

    http://muvipix.com/products.php?searchphrase=basic+Keyframing&btn.x=0&btn.y=0

    The PC version of the program includes a number of Chroma Key effects, including the Green and blue screen. However, the Mac version includes only Videomerge, a semi-automatic tool of Chroma Key. Are you on a Mac or a PC?

    The Media Encoder is included only with the Pro version of the software, not elements. However, you can generate dozens of formats of Premiere Elements. All you need to do is decide where you want to display your video.

  • How to add a mini/maxi buttons & lt; MX:Panel & gt;

    Hello everyone, I'm new to flex. I'm using Flex3 and that you want to add a reduction and maximize buttons for the < mx:Panel > in the upper right corner. Could someone let me know what is the best approach?

    http://hasseg.org/blog/?p=113
    http://blogs.Adobe.com/FLEXdoc/2007/03/creating_resizable_and_draggab.html
    http://joelhooks.com/2008/05/26/superpanelplus-resizable-Flex-Panel-component-with-accessi wheat-style.

  • How to add a Facebook 'like' button to a checkerboard to fluid?

    There are two snippets of javascript of Facebook, you're supposed to do to stick in two different places. Something on the fluid grid Dreamweaver makes it work differently, however, and I can't understand what it is. I don't know what to do with the code snippets to the Facebook box/button appear in the browser window.

    I think that the

  • How to dynamically add any control (digital button, boolean) to control the line and selected column

    Hello

    How to add a control (digital button, boolean) dynamically in control instead of lines and columns selected. Please suggest the idea or no matter what example code you have please share with me...

    Thank you

    Vieu

    Essentially, that's what you're looking for:

    Please note that you have to account border sizes and the label of the control so that the code does not work right out of the box. You should also check for the height and width of column and if the position is valid at all before moving around the control.

    Norbert

  • I don't know how to add additional devices to my list of "trusted devices" in my Apple account.  When I opened my account on Apple using my apple id, I see only my iphone6 listed as a "trusted device";  There is a button to edit, for example. Delete the d

    I don't know how to add additional devices to my list of "trusted devices" in my Apple account.  When I opened my account on Apple using my apple id, I see only my iphone6 listed as a "trusted device";  There is a button to edit, for example. deleting devices, but I can't, or I do not understand how to add my other devices to my approved devices - but is anyone know how to add my Mac and iPad to this list?

    Download a purchase on a device should associate this device with your Apple ID take a look at this.

    View and delete devices in iTunes - Apple Support

Maybe you are looking for

  • How to add the contact id feature to connect to my chase app?

    On my old iphone 6, I was when I downloaded the app, Chase bank, he asked if I wanted to open a session with my fingerprint. Recently, I replaced my phone but it does not give me that option and I tried adding parameters, but it does not. Help!

  • Browsers don't load not specific websites - MacBook

    I have Safari, Chrome and Firefox installed on my MacBook Pro El Capitan 10.11.3 running. I can access websites like Google, facebook, wikipedia, twitter, all very well. But for many smaller Web sites and Web sites of news, pages not be loading not o

  • Too much packet loss on WRT1900AC

    I started using linksys wrt1900ac in the last 2 weeks and am facing a lot of problems with the internet. There are regular interruptions in which pages in a web browser do not load upward. Before that everything worked well. When I checked ping to a

  • Recovery DVDs shows 0xe0ef000e error message when trying to restore windows 8

    I have a HP Envy 23-c159 and trying to restore my system. Here is a brief run down of things I've tried: (1) tried to restore disks that I created when the computer was new (2) ordered the HP recovery discs factory customer care and tried to use thes

  • Plug in headphones to music auto-start

    HI dude When I plug my headphones in there automatically starts the music radio-and - play. Is there a way to do nothing until there is a real pain TIA Richard