[CLOSED] Window : Shake or Bounce effect

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Window : Shake or Bounce effect

    Hi,can we add Shake/Bounce effect like jquery UI to window on buttonclick?
    http://jqueryui.com/effect/
        @X.ResourceManager()
            @(
            X.Window()
            .ID("w")
            .Items
            (
            X.Button().ID("button2")
            .Text("Server Side")
            .DirectEvents(de=>{
                de.Click.Action = "Effent";
            
            })
            )
            )
    I need the effect on button click from server.
    Last edited by Daniil; Jan 21, 2015 at 12:51 PM. Reason: [CLOSED]
  2. #2
    Hi @matrixwebtech,

    I don't see a bounce and shake animation effects built in Ext.NET or ExtJS, but the animation is supported.

    For example,
    http://docs.sencha.com/extjs/4.2.1/#!/api/Ext.fx.Anim
    http://docs.sencha.com/extjs/4.2.1/#...t.util.Animate
    http://docs.sencha.com/extjs/4.2.1/#...method-animate

    There are some pre-built animations effects like:
    http://docs.sencha.com/extjs/4.2.1/#...thod-highlight
    http://docs.sencha.com/extjs/4.2.1/#...nt-method-puff

    You can start to investigate it. There is a way to get the desired effects.

    I would also recommend you to search on the Ext.NET and Secnha forums. Maybe, someone shared something.

Similar Threads

  1. [CLOSED] [#651] Accordion's AnimateDuration has no effect
    By RCN in forum 3.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 23, 2015, 11:06 AM
  2. Replies: 0
    Last Post: Jun 04, 2013, 11:57 AM
  3. EventMask minDelay has no effect?
    By anup in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 07, 2011, 11:25 AM
  4. [CLOSED] Flickring effect while opening the window?
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 25, 2009, 7:58 AM
  5. Hover effect does not disappear
    By dbassett74 in forum Bugs
    Replies: 2
    Last Post: May 12, 2009, 5:32 PM

Posting Permissions