1. #11
    Sencha User
    Join Date
    Feb 2012
    Posts
    1
    Vote Rating
    0
    ffruehstueck is on a distinguished road

      0  

    Default Does anyone have a solution to the Transition fx in ExtJS4

    Does anyone have a solution to the Transition fx in ExtJS4


    Any help appreciated! ;-)

  2. #12
    Sencha User
    Join Date
    Dec 2011
    Posts
    5
    Vote Rating
    0
    Cyberluke is on a distinguished road

      0  

    Default


    Hey, it's easy, just look at the Ext.ux.Carousel.js

    Previously time for animations was in seconds, but now is in miliseconds.

    Change the following in Carousel.js and FX will work:

    transitionDuration: 1

    transitionDuration: 1000

    It's working all the time, it's just so fast ;-)

    DOC for fadeIn/fadeOut: http://docs.sencha.com/ext-js/4-0/#!...-method-fadeIn

  3. #13
    Sencha User
    Join Date
    Feb 2013
    Posts
    1
    Vote Rating
    0
    lostan is on a distinguished road

      0  

    Default ExtJS 4.1

    ExtJS 4.1


    Hi

    I tried to use this with ExtJS 4.1, and it's not working correctly, the images are not even changing. Has someone tried?

  4. #14
    Sencha User
    Join Date
    Feb 2013
    Posts
    1
    Vote Rating
    0
    d.okuboyejo@gmail.com is on a distinguished road

      0  

    Default sample usage

    sample usage


    Hi Guys,

    Please can someone provides sample usage of the carousel. I need to know where to place the data(be it images/html) and probably how to use the carousel as xtype.

    Tnx

  5. #15
    Sencha User
    Join Date
    Feb 2013
    Posts
    8
    Vote Rating
    0
    dehydratedH2O is on a distinguished road

      0  

    Default


    I'm on 4.1.1 and have this kind of working... the carousel appears showing the first photo, but after the change none of the other photos show up -- just whitespace. My console shows that it's working, though. (For reference, I'm working off of this example: http://dev.sencha.com/playpen/ext-co...ples/carousel/) Also, I can't get any of the navigation to work. Is there an easy way to get the same functionality without a carousel?