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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:38:19+00:00 2026-05-26T01:38:19+00:00

I hope to make 3d transition between two pictures just like the slideshow 3d

  • 0

I hope to make 3d transition between two pictures just like the slideshow 3d transition in app ‘photos’.

For 2d transition, I can use CATransition.
Is there any 3D api for this?

Welcome any comment

  • 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-05-26T01:38:20+00:00Added an answer on May 26, 2026 at 1:38 am

    Yes, there is 2.5d animation in the iphone which is basiclly simulated 3d environment. you can do it by doing a 3dtransform to a layer and mov it in the Z Axis.

    Heres a code sample

    First you should set the vision point or the “Camera” by doing this :

    CATransform3D perspective = CATransform3DIdentity;
    perspective.m34 = -0.001;
    self.view.layer.sublayerTransform = perspective;
    

    then you just add BasicAnimation to your layer and change the y property

    CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath:@"transform.rotation.y"];
    animation.toValue = [NSNumber numberWithFloat:M_PI];
    animation.duration = 10;
    [imageView.layer addAnimation:animation forKey:@"Transform"]; 
    

    this sample code will make a 3d rotation to the image

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way (utilizing Reflection I hope) that I can make an instantiated
I hope I can make myself clear in English and in what I want
Hope anyone can shed light on this so I can use pens with dash
hope someone can help. I have two tables: Users -UserID -UserName UsersType -UserTypeID -UserID
I hope to make an Android version of my iPhone app. Cocoa touch has
Hope you are fine. I have to make a Web Project (very simple) I
I am trying to make a simple menu with a nice transition effect using
I just started using eclipse for some personal projects and am finding the transition
How can I make transaction in java+sqlite3 i check google already.I want to make
I would like to use niceforms ( demo ) on my website but HTML5

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.