I have to perform a functionality to a carousel plugin. How do I write an if that detects if a div has the style "transform" less than "translate3d (-650px, 0, 0)". Maybe it's with javascript or jquery.
<div class="owl-stage" style="transform: translate3d(0px, 0px, 0px); transition: 0.25s; width: 1055px; padding-left: 40px; padding-right: 40px;"></div>