Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8870997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:52:14+00:00 2026-06-14T17:52:14+00:00

I am using Nick Lockwood’s iCarousel to display images, and I need to make

  • 0

I am using Nick Lockwood’s iCarousel to display images, and I need to make a transition between backgrounds behind the carousel when the carousel stops at an image.
I am using UIView’s animateWithDuration, and the problem is that the animation completion happens instantly because iCarousel is calling [CATransaction setDisableActions:YES];

I deleted the call to disableAnimation and enableAnimation in Step method of iCarousel, and now my transition animation works fine, but I’m afraid some functionality will be missing or strange bugs will occur now.

can anybody concur or suggest a different approach for this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T17:52:15+00:00Added an answer on June 14, 2026 at 5:52 pm

    The [CATransaction setDisableActions:YES] is partly for Mac support and partly to prevent weird resizing effects when item views are loaded. If you aren’t seeing any problems then it’s probably safe to disable those lines, but you’re generally better off not modifying the library if you don’t have to as it makes it more difficult to upgrade to a new release later.

    When are you triggering your animation? If you only want it to happen when the carousel comes to a stop, the correct place to do it is probably in the

    - (void)carouselDidEndScrollingAnimation:(iCarousel *)carousel;
    

    Delegate method. If you do it there you shouldn’t have problems with the animation being stopped. If you are already doing it there, and you are still seeing problems then a workaround is to delay your animation until the next runloop update, which you can do using GCD, like this:

    dispatch_async(dispatch_get_main_queue(), ^{    
        //perform your animation code
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using iCarousel from Nick Lockwood. Excellent work. Having an issue where I need
I'm using iCarousel to display editable question cards. The cards contain a UITextView for
Currently i have started using Nick Jhonshon's bloggart on appengine, later i do want
using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
I'm using Nick Johnson's Bulk Update library on google appengine (http://blog.notdot.net/2010/03/Announcing-a-robust-datastore-bulk-update-utility-for-App-Engine). It works wonderfully
I am using CakePHP and Nick Baker's Facebook Plugin, and I am trying to
I am using display:box for a flexible width div with three boxes of equal
I'm using iCarousel in one of my iOS projects and I must say it's
Using Rebol/View 2.7.7, I'm trying to create a card game based on Nick's Rebol
I implemented Django ajax comment submission in my app using Nick Carroll's method here

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.