Please help me to make video play automatically when at the moment of scrolling on #video-section will be appeared .visible class name․ And vice versa, when .visible class name will be removed from section, the video will be stoped.
Thanks.
<section class="cd-section">
        some content
</section>
<section id="video-section" class="cd-section">
    <video>
        <source src="http://www.w3schools.com/tags/movie.mp4" type="video/mp4">
    </video>
</section>
<section class="cd-section">
        some content
</section>
JSFiddle is here https://jsfiddle.net/y896ec5x/
 
     
    