I have a slider containing N elements. Each item will be translated into N pixels when the user clicks on the next button. When an element is outside the div shell, it disappears because it overflows with another element.
My plugin does not use any fields, just the transform property.
I would like to know if there is a way to find out if my element is outside the div .: visible does not work for my problem, because the element is already visible, but is full.
source
share