old-tv-effect-scss

1.0.4 • Public • Published

Old TV Mixin effect for scss/sass

Flickering and old crt tv effect using css animations.

How to use

npm install old-tv-effect-scss -D

// OR

yarn add old-tv-effect-scss -D

Then in your sass/scss:

@import '~old-tv-effect-scss/mixin';

// Apply mixin to desired class. In this case, it is a class called body.
// The markup in this case could be <body class="body"></body>
@include apply-old-tv-effect('body');

Contributors

Juan Lizarazo github | Twitter

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i old-tv-effect-scss

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

5.67 kB

Total Files

3

Last publish

Collaborators

  • juanlizarazo