Simple CSS animation using keyframes. For more info, visit http://www.infismash.com/css-animation
A Pen by Nirmalya Ghosh on CodePen.
Simple CSS animation using keyframes. For more info, visit http://www.infismash.com/css-animation
A Pen by Nirmalya Ghosh on CodePen.
A Pen by Nirmalya Ghosh on CodePen.
A Pen by Nirmalya Ghosh on CodePen.
A Pen by Nirmalya Ghosh on CodePen.
<div class="layout"> | |
<div class="layout__video"> | |
<video class="video__player video__player--recorder" id="js-video-recorder" autoplay muted></video> | |
<div class="video__buttons"> | |
<button class="video__buttons video__buttons--record" id="js-button-record" disabled>Start Recording</button> | |
<button class="video__buttons video__buttons--play" id="js-button-play" disabled>Play</button> | |
<button class="video__buttons video__buttons--download" id="js-button-download" disabled>Download</button> | |
</div> | |
</div> | |
<div class="layout__video"> |