Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

AnimationCallback not firing

$
0
0
I have a piece of code like so

Code:

            innerLayout.animateHide(AnimationEffect.FADE, new AnimationCallback() {
                @Override
                public void execute(boolean b) {
                    // some callback code
                    }
                }
            });

innerLayout is a VLayout, when the hide occurs, the callback is not getting fired, I am running Smart GWT 4.0 build date 2013-12-23.

I've just tried upgrading to the latest 4.1 build, I get the same issue here.

Viewing all articles
Browse latest Browse all 4756

Trending Articles