Hey, I would find a function useful, which allows to check the actual
state of a slide. Sometimes you need to know, if the slide is open, or
not. A simple function like this could implement this functionality:

isOpen: function(){
        return (this.wrapper['offset' + this.layout.capitalize()] == 0) ?
false : true;
}

What do you think?

Reply via email to