1.0.4 • Published 4 years ago

old-tv-effect-scss v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago