loht-true-skeleton

2.1.3 • Public • Published

loht true skeleton

This project was generated with Angular CLI version 14.2.8.

Runinstruktions

After installing the pakage, you have to link the style to your styles.css by past the rout:

@import 'node_modules/loht-true-skeleton/src/styles.scss';

After that, you can use the class true-skeleton in your projekt.

<div class="true-skeleton">
  some content to overlay
</div>

It is possible to adjust individual parameters for setting the overlay.

styles.scss:

/* You can add global styles to this file, and also import other style files */
$ts-color-primary: red;
$ts-color-secondary: blue;
$ts-grayscale: 0 ;
$ts-blur: 0;

$ts-degree: 100deg;
$ts-background-size: 250%; //depenting on the boxwidth and degree the size must be stretched
$ts-animation-duration: 5s;

@import 'node_modules/loht-true-skeleton/src/styles.scss';

/loht-true-skeleton/

    Package Sidebar

    Install

    npm i loht-true-skeleton

    Weekly Downloads

    12

    Version

    2.1.3

    License

    none

    Unpacked Size

    11.3 kB

    Total Files

    13

    Last publish

    Collaborators

    • loht