Giter Site home page Giter Site logo

gromnitsky / tv-program Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.85 MB

A silly web component that displays a custom video in a CRT TV frame with occasional "snow"

Home Page: https://gromnitsky.users.sourceforge.net/js/examples/tv-program/

Makefile 1.60% HTML 17.13% JavaScript 81.27%
crt-monitor web-components

tv-program's Introduction

<style>
  tv-program { width: 40%; }
</style>
<script type="module" src="./tv-program/tv-program.js"></script>

<tv-program></tv-program>

creates 2 video tags and a picture on top of each other. 1st video is a tv "snow" effect; 2nd video is a "tv program"; the picture is a device frame.

Hovering the "device" invokes snow, clicking--pauses the "tv program" video.

To specify your own video:

<tv-program src="file.mp4" width="80" x="10" y="15"></tv-program>

optional width, x, and y params are % relative to the device frame.

Several "device" frames are available:

  • crt tv with antenna (default)
  • black crt tv
  • white crt monitor
  • imac g3

To select:

<tv-program device="imac g3" ...></tv-program>

Events:

  • program-canplay: fires when the "tv program" video starts playing.

    let device = device.querySelector('tv-program')
    device.addEventListener('program-canplay', evt => {
        console.log(evt.target)
    })
    

Loicense

MIT

tv-program's People

Contributors

gromnitsky avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.