1. #1
    Ext User
    Join Date
    Oct 2010
    Posts
    1
    Vote Rating
    0
    smebberson is on a distinguished road

      0  

    Default Carousel and cube animation

    Carousel and cube animation


    Has anyone been able to get the cube animation working with the carousel? It works great (on the iPad) in the Kitchen sink example, but I've never been able to get it looking as good.

    This is my code.

    HTML Code:
    // Create a Carousel of Items
        carousel1 = new Ext.Carousel({
    		fullscreen: true,
    		id: 'mycarousel',
    		animation: 'cube',
    		items: aCarouselItems,
    		listeners: {
    			afterRender: function (evt) {
    				evt.getEl().on('doubletap', function () {
    					showOverlay();
    				});
    			}
    		}
        });

  2. #2
    Sencha User Surinder singh's Avatar
    Join Date
    May 2009
    Location
    India
    Posts
    37
    Vote Rating
    0
    Surinder singh is on a distinguished road

      0  

    Default Here is my custom extension for it

    Here is my custom extension for it


    Go to http://www.developerextensions.com/index.php/sencha-cube-carousel

    I think it will help u, it have some issue, not a final release but you can work on it.

    CubeCarousel.jpg
    Thanks
    Surinder singh Mattaur (Matoo)
    Extjs Excel copy/paste Grid
    Extjs Photo Uploader
    Extjs Filter Row
    Extjs Grid Query Builder
    Extjs Simple Form
    Extjs Form Phone Field
    Extjs Form Week Field
    Sencha Cube Carousel
    Sencha Date Picker
    Sencha Touch Themes Builder
    http://www.developerextensions.com
    http://www.developerextensions.net

  3. #3
    Sencha User gauravjs's Avatar
    Join Date
    Nov 2010
    Location
    London
    Posts
    2
    Vote Rating
    0
    gauravjs is on a distinguished road

      0  

    Default


    Hello Surinder,

    Have you got your extension working with sencha 2x. I am getting some errors on this.

    Gaurav

  4. #4
    Sencha User Surinder singh's Avatar
    Join Date
    May 2009
    Location
    India
    Posts
    37
    Vote Rating
    0
    Surinder singh is on a distinguished road

      0  

    Default it is not sencha 2 compatible

    it is not sencha 2 compatible


    Hi Gaurav

    for sencha 2 we have to work on it, if you already make it compatible with sencha 2, please share with us.

    thanks
    Surinder
    Thanks
    Surinder singh Mattaur (Matoo)
    Extjs Excel copy/paste Grid
    Extjs Photo Uploader
    Extjs Filter Row
    Extjs Grid Query Builder
    Extjs Simple Form
    Extjs Form Phone Field
    Extjs Form Week Field
    Sencha Cube Carousel
    Sencha Date Picker
    Sencha Touch Themes Builder
    http://www.developerextensions.com
    http://www.developerextensions.net

  5. #5
    Sencha User gauravjs's Avatar
    Join Date
    Nov 2010
    Location
    London
    Posts
    2
    Vote Rating
    0
    gauravjs is on a distinguished road

      0  

    Default


    Hello Surinder,

    I haven't worked on it yet.

    Gaurav

Similar Threads

  1. 'Pulse' like interface - carousel in carousel
    By TrentMav in forum Sencha Touch 1.x: Examples and Showcases
    Replies: 5
    Last Post: 10 Feb 2012, 1:59 AM
  2. !Question about Carousel in Carousel...
    By yCD in forum Sencha Touch 1.x: Discussion
    Replies: 2
    Last Post: 31 Jul 2010, 9:51 AM
  3. [OPEN] [FIXED-110] Carousel indicator breaks down after changing carousel content.
    By Mphasize in forum Sencha Touch 1.x: Bugs
    Replies: 6
    Last Post: 1 Jul 2010, 11:41 AM
  4. Help with grid (cube)
    By loopb in forum Ext 3.x: Help & Discussion
    Replies: 9
    Last Post: 31 Aug 2009, 12:39 PM