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 8040181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:48:48+00:00 2026-06-05T03:48:48+00:00

I use these code to move a CALayer: CGPoint position = self.position; position.x +=

  • 0

I use these code to move a CALayer:

CGPoint position = self.position;
position.x += 10;
position.y += 10;
self.position = position;

There is a default animation when i change the position of a layer without any animation call.This will cause lag on movement of a layer when i use these code in touchesMoved:withEvent:.

What i want to do is remove the default animation, and move the layer immediately so that it can responds to touch event quickly, just like the “center” property of UIView does.

What should i do? special thx!

  • 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-05T03:48:50+00:00Added an answer on June 5, 2026 at 3:48 am

    The other poster had the right idea, but didn’t provide enough information.

    If you want to change layer properties instantly, without animation, you need to put those changes inside a CATransaction where you disable actions:

    [CATransaction begin];
    //[CATransaction setAnimationDuration: 1.0/30.0];
    [CATransaction setDisableActions: TRUE];
    //Put layer changes you want to take place without animation here.
    [CATransaction commit];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any magic tools i can use to scan source code that was
Is there any good tutorial or code snippet out there on how to use
Is there any codeplex license that allows some one to use my code any
I use Notepad++ and Aptana for editing my CakePHP code? Is there any way
is there some ruby code I can use to install a gem from a
Is there a way to use pure html-code to display inside a frame instead
Is there an ide/site that I can use to analyse code below and get
Normally I use the below code, but is there a better way? lastOfMonth =
I have below code to insert a style into DOM (there is a use
I can use follow css code to do some simple animation, but I want

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.