"open - (boolean) Indicates whether the slide element is visible."
Read the Fx.Slide doc, this has been an ability of slide since at least 1.2 was released, I forget whether it was in 1.1 Happy coding! On Jul 29, 2:48 am, Alex <[email protected]> wrote: > 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?
