duration-property
A Web Component to surface an audio or video's duration as a CSS Custom Property.
Demo
Examples
<script type="module" src="duration-property.js"></script>
<duration-property>
<audio controls src="https://darn.es/sounds/daviddarnes.m4a"></audio>
</duration-property>
Features
This Web Component allows you to:
- Surface the duration of an audio or video elements source duration as a CSS Custom Property (
--duration
) - Update the
--duration
custom property if the duration of the source changes
Installation
You have a few options (choose one of these):
- Install via npm:
npm install @daviddarnes/duration-property
- Download the source manually from GitHub into your project.
- Skip this step and use the script directly via a 3rd party CDN (not recommended for production use)
Usage
Make sure you include the <script>
in your project (choose one of these):
<script type="module" src="duration-property.js"></script>
<script type="module" src="https://www.unpkg.com/@daviddarnes/duration-property@1.0.0/duration-property.js"></script>
<script type="module" src="https://esm.sh/@daviddarnes/duration-property@1.0.0"></script>
Credit
With thanks to the following people: