How can I set timings to increase the size of an image in a Keynote presentation?

I know how to use inspector to bring in and fade out text boxes, but at the end of a slide I have a graphic (that is at the bottom of the slide during the rest of the slide) that I want to increase the size of to take up the entire slide.  How can I do this?
Thanks

Welcome to Apple Support Communities.
The effect you're looking for is 'Scale'
In Keynote '09, 5.1.1 select the graphic.
Click Inspector in the tool bar, Build Inspector (3rd icon from the left), (Build In and Build Out are both set to None for this step) Effect, Action, and then Scale.
It rescales ('zooms') the selected item (image) up or down from 0% to 200%
Clicking on the More Options button at the bottom opens a drawer to the left, and gives you more control over how the build occurs, whether they happen automatically, timed, or when you click, and re-order build steps.
At 200%, double the original size, resolution could be a problem. There is a workaround, because it also scales smaller, down to 0%. So I would scale the graphic down 'small' as the first step to fit at the bottom, (even hide it behind a background-colored box) as you scale it down, and then at the end, scale up to full size to fill the screen at 'normal' resolution.
In the attached example, I use a 'scale' up to go from 100% to 130% on a map, and use arrows and a flashing line to point out the road where a specific business is located with 12 steps. Some elements in my slides have been intentionally obscured. For simplicity, I've eliminated showing any steps but the initial title and the scale.

Similar Messages

  • How can I set up hotmail in the mail application

    Hi
    How can I set the mail application to include hotmail? I've been able to add it, but it doesn't sync read and unread messages. I know iPhones used to have the same problem, but after iOS5, there was an option to include mail from hotmail. Is there an option to include hotmail now in Mail, as I can't find it.
    Also, as I've just switched from Windows to Mac, is there a button on Mac for home and end like Windows has?
    Thanks

    Unfortunately hotmail requires you to pay a fee to have your e-mail go through a mail application, like Apple Mail. Contact their customer service to see about fees, as well as set up process.
    Cody

  • I always want google classic, but sometimes i get google beta or google security (or whatever, can't remember its name) when i don't want it. why does this happen and how can i set google classic as the default?

    google is my default on the home page. But when i ask for google or simply open firefox, i sometimes get google beta or google security (or whatever its name is) instead of google classic. I just want google classic. How can i set it as my default. (I have a desk top computer, use firefox, and this never happens.)

    Why Apple can't undo its mistake?
    Whose mistake? The source of the problem:
    I was required to enter my recovery key. Now, there begins that huge flaw. I've forgotten it (I know it was my responsibility to remember it).
    If you had just taken the simple steps of storing your recovery key as Apple tells you to when you set it up, none of this would've happened.
    As it clearly states in the FAQ on 2-step verification: http://support.apple.com/kb/HT5570
    After you turn it on, there will be no way for anyone to access and manage your account at My Apple ID other than by using your password, verification codes sent your trusted devices, or your Recovery Key. You must be responsible for:
    Remembering your password.
    Keeping your trusted devices physically secure.
    Keeping your Recovery Key in a safe place.
    If you lose access to two of these three items at the same time, you could be locked out of your Apple ID account permanently.
    In addition, with two-step verification turned on, only you can reset your password, manage your trusted devices, or create a new recovery key.
    Apple Support can help you with other aspects of your service, but they will not be able to update or recover these three things on your behalf.
    If you aren't responsible enough to do that, you should not have turned the optional security feature on.
    This is your fault, not Apple's.

  • Increasing the size of an image

    I have a BufferedImage and I want to double the size of this image.
    I have used following code for that but this approach distorts results.
    public static BufferedImage enlarge(BufferedImage image) {
    int w = 2 * image.getWidth();
    int h = 2 * image.getHeight();
    BufferedImage enlargedImage =
    new BufferedImage(w, h, image.getType());
    for (int y=0; y < h; ++y)
    for (int x=0; x < w; ++x)
    enlargedImage.setRGB(x, y, image.getRGB(x/n, y/n));
    return enlargedImage;
    Is there some build in method in Java that uses Interpolation to increase size of an Image.
    best wishes
    M3

    Consider using AffineTransform or simply scale() method of graphics.
    For instance check this post http://www.javalobby.org/java/forums/t19387.html
    Choosing good interpolation hints may imrpove quality of result
    see docs for RenderingHints.KEY_INTERPOLATION and java.net forums.

  • TS3714 how can i set an event in the calander to repeat on 2nd thurday of every month

    how can i get an event to show in calander every 2nd thursday every momth

    Try the app "Week Cal".

  • My iphone screen turns up very big, how can I set it back to the normal look? Thank u, my iphone screen turns up very big, how can I set it back to the normal look? Thank u

    my iphone screen suddenly turns very large and I can't put it back to normal. I tried to turn it off and on again, but still keep the same big screen. Please advise me how can I turn it to normal size again.

    Thank you, thank you, thank you! My screen images were so big that I couldn't log in or even slide the control to turn the phone off. The double tap with three fingers gave me the access I needed, and then I was able to turn zoom off via the settings as you suggested.

  • How can I set a description during the FI-TV posting (PRFI transaction)

    I would like to set a description in the FI text position field (BSEG-SGTXT) during the posting of travel management (PRFI).
    Thanks

    I've found  the implementation Z_TRIP_POST_FI_IT connected to the class ZCL_IM__TRIP_POST_FI_IT. Using the methods methods IF_EX_TRIP_POST_FIEX_SGTXT and IF_EX_TRIP_POST_FIMODIFY_PTRV_DOC_IT it's possible to set a description in the field SGTXT.

  • How can you set (or reset) different page sizes within 1 pdf?

    I am working on a pdf with various page sizes.  Say one page at 8-1/2 x 11, another at 11 x 17, and another at 22 x 34.  I obviously can't print as "Choose paper source by PDF page size" as one printer can't do all sizes.  I would like to change the 22 x 34 to 11 x 17.  How can I change the page size setting of one page within a multiple-paged pdf?

    You can play with the Crop tool. You'll find it is easier to "size up" than "size down".
    May have to extract and bin PDF pages by the virtual page size then work on them.
    However, if all you want is to have the content on hard copy and having that on a common sheet size (say Letter) then consider this alternative:
    Make a working copy of the PDF.
    With the PDF open in Acrobat, open the Pages panel. Expand the panel width as desired.
    Now, Ctrl click through the PDF page thumbnails that have a landscape orientation.
    Rotate these 90 degrees to a portrait orientation.
    Alt+D+T or Shift+Ctrl+R
    Save as you go.
    With all pages in a portrait orientation, use the attached printer to print.
    In the Print dialog locate the entry for 'page scaling' and select Fit or Shrink to Printable Area.
    All PDF pages' content will be scaled such that all page content fits in an imprint on the Letter size paper.
    Or, go the other way and have the imprint of PDF page content fill a larger sheet size.
    Just a function of what the printer accepts for paper size and the features provided in the printer driver.
    Be well....

  • How can I set a delay between the measuremen​t of different channels..​.?

    Hello everyone,
    I am using Labview 8.0, and a PCI 6221 card. (windows XP).
    I am using the 8 AI of the card to measure 8 Voltages (diff. mode).
    The problem I have is that I get an offset except on the first channel I measure. If I set the DAQ assistant like this : AI0;AI1;AI1. This is what I measure : 0.320V;0.1695V;0.168V
     I only get the offset  with the first AI1 and not the second AI1 (0.168 is the correct value). I suppose the multiplexer hasn't got the time to change impedance when changing from AI0 to AI1.
    I have attached a simplified version of my program where I am measuring 3 channels, and generating a square wave analog output.
    My idea is to introduce a delay between the change of channels....  Is that a good idea...? and I am sure there is a very simple way to do this based on my program, but I don't know how. How long should the delay be?  Or any other idea...?
    Thanks for your help,
    Marc
    Attachments:
    forum.vi ‏71 KB

    If I choose just one channel ( AI0, AI, AI2,....or AI7) I have no offset. The offset only occurs when I set more than one channel to be measured ( but the first channel in the order of reading is always fine what ever it is). I have explained my problem in a previous post :
    http://forums.ni.com/ni/board/message?board.id=170​&message.id=257677&query.id=32291#M257677
    I have some noise on my measures (roughly +/5 mV), so for the moment I am taking 1000 samples every 1ms on each channel and making an average of the 1000 samples. 
    I will try your solution : taking a look at the first points of my measures to see if the offset goes away quickly or not. However since I have been  making an average on 1000 points at 1Khz, if I get a 2mV offset (after making the average), it means there are many points conerned by the offset.... I will see that anyway when looking at the 1000pts.
    I don't have much experince in this, but I am surprised I have to deal with this kind of multiplex problem on a NI card. What do you think about it...?  Does it surprise you...? What could I be doing wrong ?
    Thanks a lot for your help anyway 
    Marc

  • Latest IOS 7.1 Release - How can I set calendar events to the minute. This was enhanced in ios7 and now has gone back to 5 minute blocks. Why???/

    In IOS6 you could only set calendar appointments at 5 minute intervals. This was fixed in IOS7 but has reverted back in the latest release of IOS7.1. Why? IS there any way to override it. It means I have to go back to my old method of putting my actual golf tee time in the description of the appointment.

    Design change with iOS 7.1. Tell Apple you don't like this here:
    http://www.apple.com/feedback/iphone.html

  • TS3682 How can we get IOS7 to increase the font size of the keyboard in Messaging?

    I absolutely detest the font size of the keyboard - it is too thin, and the contrast we used to have in ios6 was perfect!   How do we complain loud enough to get Apple to give us a choice?

    here are some guides
    http://www.google.dk/search?client=opera&rls=en&q=osx+mail+font+size&sourceid=op era&ie=utf-8&oe=utf-8&channel=suggest

  • In one of my pages on facebook the page size is really small, how can I set it to a normal size so I can read what I'm reading?

    When I sign into my facebook account the pages are good that it looks normal, I go into another page where I have to switch to play another game and that screen is tiny now last night I was playing wordhunt and created some words at the same time so I thought that I had to hit and hold the control button so my other words that I created wouldn't loose them and that's when my page started getting smaller and smaller now I can't see that certain page of my facebook, is there anything that I can do to help with fixing this problem that I have cause I need to get into this page to play my other games?

    Hopefully this support article is what you need:
    http://support.mozilla.com/en-US/kb/Page+Zoom
    In short, press CTRL+0 (that's 0 as in zero, not O as in oh).

  • How can I set Paul to be the default TTS voice?

    Is there a way to set a TTS voice as the default so that it is always selected by default as the voice to use? I have all the voices installed and it currently defaults to Bridget - I guess because that is the first voice in the list. I normally use Paul but sometimes others so I want access to all the voices but would like the default to be Paul. I know that once I set Paul for the first slides, it defaults for that project for the rest of the slides, but I have to do this for every project and if I forget to set Paul then I have to go back and redo the slides. It would be nice if I could set the default to the voice I use the most often. I'm using Captivate 7.

    j,
    In the Finder, single-click on any text file, then type command-I (Get Info). You'll see an Open With... menu item. Select Pages from the list (if it's not in the list, navigate to it). Finally, click the Change All button. Use the same process for .doc files. Now, if you double-click on any of these files, it should open in Pages.
    -Dennis

  • How can I set my mac (and the screen) to not go on sleep mode ?

    I just want my mac (and the screen) stay alive for a minimum of 8 to 10 hours, not going in sleep mode (or save screen).  Just displaying a web page without doing anything else. In preference system, energy save is all set to «never», but after a while the screen goes to sleep ... ?

    You probably have a corrupt .plist file. To fix:
    1. Hold down the option key.
    2. In the Go menu in the Finder, scroll down to Library
    3. In Library, find Preferences
    4. In Preferences, find com.apple.systempreferences.plist  and drag it to the trash
    5. restart
    6. you will have to reenter your preferences. 
    Another option is caffeine: Lighthead - Caffeine

  • In Pages, how can I set a background for the whole document?

    I tend to regard Pages as more of a page layout program than a simple word processor, so I use it for stuff containing graphics as well as text. Now I want to put a kind of frame around every page in the document, and I want this frame to be effectively a background for everything else, with it being my responsibility for the remainder of the material to stay in the frame. I can't see any feature that allows this apart from Headers and Footers, and as far as I can see, these are not supposed to occupy the whole page, just the top and bottom.
    Can anyone give a good technique for configuring a background in this way?
    TIA

    This forum has helped me to partially answer my own question, in that I see now that I want to create a template with a section master that contains my graphic. But when I tried to do this, the menus for making a graphic (in my case a grouped item) part of a section master just didn't work. I am trying to follow the Help page "Using Master Objects (Repeated Background Images), but so far I can't get the menus to undim.
    Can anyone help?

Maybe you are looking for

  • Problem with artist view

    I recently bought an iPod Classic and today I wanted to listen to Timbaland. I knew it was on my iPod because I never took it out of my library. For some reason, when I went to search by artist, he wasn't listed, but when I went to album, the album w

  • Dissappearing Application Windows?

    Hi, I am running mac os x 10.5.5 on a 3.06 24inch imac with 4gb ram. recently I have a worsening issue with application windows disappearing. It seems to happen with all applications intermittently & i cant pin down why it is happening. I do use spac

  • TS4268 my imessage will not activate

    my imessage has been saying 'activating' for the past two days

  • Saving Adobe Interactive Form

    I have a web dynpro application opens an interactive form and once a user fills it out it creates an activity on the crm backend. That works fine. What I'd like to do is take the adobe form and attach it to the newly created activity. I am able to at

  • How to delete my old cell number on iphone

    How do I delete my old number to stop getting imessages from old number.  Someone else has my old number and Im getting his messages:/ I tried to go to account settings on itunes but it doesnt show my old number. My devices show the cell number but n