2.1.3 • Published 10 months ago

loht-true-skeleton v2.1.3

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

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';
2.1.3

10 months ago

2.1.2

10 months ago

2.1.1

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.0

11 months ago

0.0.0

11 months ago