&& (t.findParent("." + CommonStyles.get().ignore(), -1) == null)) {
if (blink && !blinking) {
blinking = true;
pe.cancel();
Fx fx = new Fx();
fx.addAfterAnimateHandler(new AfterAnimateHandler() {
@Override
public void onAfterAnimate(AfterAnimateEvent event) {
blinking = false;
if (component != null) {
// component can be null if the preview goes off just before the panel hides