How can I turn off Ken Berns effect in slide shows

How can I turn off Ken Berns effect as the default in Aperture slide shows.

Depending on what theme you choose (this would be for the "Classic" theme), it should be under the "Crop" setting, which will be a choice in Default Settings when you're in your slideshow, on the right side of the window. For crop choose "Fit in Frame" or "Fill Frame" as opposed to "Ken Burns." You can also do this for individual slides, turn it on or off...
Hope that helps.

Similar Messages

  • How can I turn off the transition effect in Spaces?  - It's making me sick!

    How can I turn off the transition effect in Spaces?
    Can I do this through the terminal somehow?
    I have three monitors and the transition effect is giving me motion sickness.

    Hi,
    I'm afraid there does not appear to be anyway of turning off the sliding transition in spaces. There's no option to turn it off or to change it to another effect.
    I use spaces all the time as I have a 15" MacBook Pro and it's incredibly useful to have a screen dedicated to e-mail and IM and another for Safari and two other screens for applications. There's just not enough screen real estate for all those windows. I think Spaces is one of the most useful user features of Mac OS X.
    Maybe we should send in a feature request to Apple? I used to use some third party software to do the same before Spaces was released and it had a selection of transitions or none at all.
    Personally, I'm now used to the transitions but as I don't have multiple monitors perhaps I'm being spared the motion sickness!
    Good luck.
    Andy E

  • How can I turn off the pop up message that shows up 3 times everytime I print

    Every time I print whether a new cartridge has been installed or not, I get three pop up windows telling me the black, then the tri-color and the black again have been installed successfully. i have to click thru each one to be able to print.  How can I turn this off.

    What printer are you using?
    What OS do you have?
    Does it give a program name when it pops up, or does it just give you that message and a couple of options to choose from?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Can't turn off Ken Burns effect

    Hi
    doing a movie of some photos and can't seem to turn off the ken burns effect when i uncheck the box and click update. Any ideas? Thanks

    Two things occur to me.
    First, you might just need to delete preferences and do a permissions repair. To delete preferences, shut down iMovie and trash the file com.apple.iMovie.plist located in User (the house icon)/Library/Preferences. On relaunch iMovie will replace the deleted .plist file. Before relaunching, do a permissions repair using the Disk Utility app on your Mac. Close down all running programs. Open Disk Utility and select your hard drive icon displayed in the left hand pane, and then click on Repair Permissions.
    Second, there is a bug in iM6 that prevents any editing of a photo to which the Ken Burns effect has been applied if the trash has been emptied at any time after the effect had been applied. The solution there is to reimport the photo, and don't empty the project trash until after your project is completed.

  • Can I turn off Ken Burns Effect in iMovie for iPad 2?

    Can I turn it off, and adjust a default time for pictures when added to timeline?

    You can't turn it off the Ken Burns effect, but if you set the same start and end positions for zoom and pan then it won't appear to do anything.
    5.0 seconds seems to be the default display time for each picture. I can't find an option to change that anywhere.
    tt2

  • How can I turn off the "zoom" effect in IOS 7?

    Hi gang,
    So I just downloaded IOS7 and have disabled the weird parallax effect. Now the next thing to disable is that horrible zoom -- you know, like when you go back to the "Home" screen from an application and everything "flies" into place. Can someone help me make it go away?

    I've turned on BOLD TEXT and turned on REDUCE MOTION but for me it feels like more than just the zooms in and out... I'm getting sick just reading emails and texts or just glancing at the lock screen. It's intant nausea. The only thing I can think of is that it's something to do with refresh rate or frequency of the screen.
    I thought I'd just get used to it but it has not subsided. I only hope I don't have to resort to backgrading to iOS 6 or worse, moving to a different brand of phone.

  • How to turn off Ken Burns Effect

    Hello
    working with iMovie HD 6.0.4
    I do have iMovie 11, but can't figure out how to manage more than one soundtrack (Movie and Music).
    So back to iMovie HD 6.
    I searched the Help section regarding turning off Ken Burns Effect.
    This is what it says:
    To remove the pan and zoom effect from a photo in your movie:
    Select the image in the clip viewer or timeline viewer.
    Click the Media button, click Photos at the top of the Media pane, and then click Show Photo Settings.
    In the Photo Settings window, deselect the Ken Burns Effect checkbox.
    Click Apply.
    BUT: here is NO checkbox to deselect Ken Burns Effect.
    Anybody know what happened?
    The reason I want to get rid of it is that zooming makes stills unwatchable. I it barely ok in iPhoto but in iMovie, the resolution is totally messed up.
    It would be great if somebody has an idea to turn off Ken Burns Effect.
    Thank you
    Christian

    Go to File/Project Properties and you can define the default behavior for adding stills to your project.
    After clicking File/Project Properties, you will click on the Timing Tab. There you will see how to set the default still photo duration and the initial photo placement.
    You an set it as Ken Burns, Fit, or Crop. You can always change it later in the Rotate, Crop, Ken Burns tools, but if you are importing a lot, it makes sense to set the default as the one you are most likely to need.

  • How can I turn off the WLS 6.1 security in order to develop my own application-based security module?

    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit our company's needs.
    The security requirements are that, users' password need to be aged (30 days maximum) and we need to provided a GUI front-end (JSP) to allow users to change their password when these expire after 30 days.
    Our internal contacts in the company, have already taken the lead to find out about whether we will be able to use the WLS 6.1 platform to do this and the answer we got back, was.
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our own application-based security module?
    2. How can we develop a security module that allows us to age users' password and provide them with facilities to change their passwords when these expire?
    At the moment, we are using the default BEA WebLogic login.jsp page and there some configuration in the web.xml for this. I will be grateful if you could advise me on how to turn this default security off so that we can write our own security module.

    hi,
    1.You can write your own realm in 61 which can plugged for your security
    calls.
    2. once you write your ownrealm.. you can access it through weblogic
    api/ur api..
    thanks
    kiran
    "Richard Koudry" <[email protected]> wrote in message
    news:3dd0d081$[email protected]..
    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit ourcompany's needs.
    >
    The security requirements are that, users' password need to be aged (30days maximum) and we need to provided a GUI front-end (JSP) to allow users
    to change their password when these expire after 30 days.
    >
    Our internal contacts in the company, have already taken the lead to findout about whether we will be able to use the WLS 6.1 platform to do this and
    the answer we got back, was.
    >
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our ownapplication-based security module?
    >
    2. How can we develop a security module that allows us to age users'password and provide them with facilities to change their passwords when
    these expire?
    >
    At the moment, we are using the default BEA WebLogic login.jsp page andthere some configuration in the web.xml for this. I will be grateful if you
    could advise me on how to turn this default security off so that we can
    write our own security module.

  • How can I turn off my battery percentage warning?

    HI, how can I turn off the battery warning on my 4s phone? It freezes up my aps if I am using them when it comes on of when any pop up warning comes on like wifi network indicators. I can turn those off but not the battery thing.

    You can let Apple know here http://www.apple.com/feedback/

  • How can I Turn off my AppleTV

    How can I turn off my Apple TV?

    There is no power switch. You cannot turn off your Apple TV. You can only put it in standby (sleep) mode. To power the unit off your only option is to pull the plug.

  • How can i turn off my apple tv

    how can I turn off my apple tv? i can't , i don't know how...

    You don't. Just don't use it for a while and it will go to sleep, but it cannot be completely turned off (aside from unplugging it).

  • How can I turn off the yellow pop-up tool tips?

    Howdy,
    I have searched high and low in the preferences and found nothing that does the trick. How can I turn off the yellow pop-up tool tips?
    See attached screen shot. They are incredibly annoying. It's probably obvious, but I cannot find it anywhere on internets or this forum.
    Thanks!

    Thanks Nancy. Unfortunately that doesn't do it. I turned those off awhile back. Nor can I find anything under VIEW that seems to make a difference.  Just FYI: I'm on a Mac OS w/Dreamweaver CS6 - but this has happened on previous versions of DW. Thanks again.

  • How can I turn off the sound from the original midi  or audio tracks when I turned on the duplicate tracks for editing ?

    How can I turn off the sound from the original midi or audio tracks when I edit or listen to the duplicate tracks in Logic Pro 9 ?
    I'm using iMac desktop with Mac OS X Version 10.7.3. Pls advise.

    Dan,
    It sounds like one of your preferences has changed.
    Go to preferences > audio > general, and make sure "track mute/solo" is set to "CPU saving (slow response)". It is probably set to "Fast " at the moment.
    This setting (fast) basically causes immediate muting from the channel strip while your song is in play. This is because the audio is still being read from the hard drive, but the channel strip is simply muted.... like a hardware mixer. When set to "CPU saving", the audio from that track, when muted, is actually stopped from streaming from the hard drive, but there is a couple second delay before the audio is actually muted.
    One would think that the fast setting is generally preferable, except when you need to do what you are doing. The only way to keep duplicate copies of channel strips acting independent of one another is to leave this setting on the "CPU saving" setting.
    Hope that helps

  • How can I turn off sound controll whele on the Satellite A200

    How can I turn off the external sound controll in front of laptop - the wheel? It does not work, sound volume is permanently muted.
    OS: MS Windows XP
    Thanks

    Thank you Jaba,
    it is Toshiba Satellite A200 Series. Drivers, its configuration and configuration of operating system is OK. The wheel is mechanical damaged, so that is the point. I have to disable its function in operating system. But where can I disable it? I have tried to uninstall Toshiba utilities (controls, hotkeys), reinstall drivers. I have tried to find an option in BIOS, there was no one.
    btw: I am a linux administrator, but I have advanced knowledge of windows systems so you can be short.

  • In a Google search, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off th

    In a Google search within a Firefox session, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off this highlighting?

    Try to clear the Google cookies and redo those Google options.
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"

Maybe you are looking for

  • WLAN Connectivity problems using Nokia 5800 Xpress...

    Folks, I really need help here. I am trying to connect to my company WLAN called BLUESSO. The visible config settings required to access this hidden WLAN access point are as seen in the attachment also seen below: SSID: BLUESSO Encryption type: TKIP

  • Adobe Reader Downlaod Problem

    I am getting the following error when trying to download the Free Adobe Reader: From HOST: Certificate Authentication Failed, please re-install to correct problem. Please assist asap. Kind regards, Terri

  • HT5625 I have lost my ipod how do I stop whoever has found it from using it and accessing my personal emails?

    My son has lost his Ipod today in a park - we scoured the place for hours but did not find it - it is linked with my personal email address, has thousands of apps that he has paid for and songs that he has bought on itunes. Does anyone know how I can

  • Snow leopard won't boot, but windows bootcamp does.

    My mac has a partitioned hardrive. I have xp on one side and snow leopard on the other. Starting yesterday, snow leopard won't boot. I ran the apple hardware test and came up with these 2 codes: 4MOT/4/40000003:HDD-1347 and -1352. The mac still runs

  • How to fix "Dead Pixel(s)" on LCD screen

    I currently bought a Brand new tv off ebay, and when I got it in the mail, I was excited, but when I turned it on 22" LED Back light LCD 1080p full HDTV, and it has 2 dead pixels. I didn't think much of it, but its passed the point of when I can retu