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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:41:34+00:00 2026-05-31T16:41:34+00:00

I have come to see that Sencha Touch framework is improving noticeably. Since I

  • 0

I have come to see that Sencha Touch framework is improving noticeably. Since I couldn’t see something like what I want, I wanted to ask here and see if it’s possible. I would like to hear your opinion on how to do some image change animation when the image is touched. When you touch the image, another image will animate growing from the middle.

Actually I also want to detect (if possible) the location of the touch on the image (Things I could do on iOS).

Is this possible? If so, any advice is appreciated.

Thanks

  • 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-31T16:41:35+00:00Added an answer on May 31, 2026 at 4:41 pm

    Panel has some properties to find out location of the touch:

    var Xscroll = somePanel.scroller.offset.x;
    var Yscroll = somePanel.scroller.offset.y;  
    

    Also, for your animation, you can do something like this:

    Have 1 image on your 1st panel (make that image fit to the panel and keep it to background) like this:

    JS:

    App.somePanel= new Ext.Panel({
        cls: 'somePanel',
        html: '<h1>Welcome to my app!</h1>',
        //some other properties
    });
    

    CSS:

    .somePanel {
           background-image: url(http://somesite.com/someimage.png);
           background-repeat: no-repeat;
           background-size: 100% 100%;
    }
    

    Have second panel like that.

    On some event on the first panel do:

    1. Hide that panel with animation
    2. Show the second panel with animation

    The list of animations is given in Sencha Touch API

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

Sidebar

Related Questions

I have come accross something that at first view seems to be a bug
I have come across a problem that I cannot see to solve. I have
I have come to see an Installer class item in Visual studio. Why they
I have come across a lot of optimization tips which say that you should
Come see the amazing disappearing rectangle! But seriously I have a really simple HTML5
I have come accross a strange problem that can be illustrated using the 2
I have come across an issue that is driving me nuts xD ... (Firstly:
I have come across a strange behavior with Microsoft Code Contracts that I don't
What are some useful Mercurial hooks that you have come across? A few example
I have come across a case as described below, and want to understand how

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.