1.2.0 • Published 17 days ago

@9am/before-after v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
17 days ago

Demo

Go to the Home page.

Usage

Include via CDN(e.g. unpkg) or Download a copy

<script src="https://unpkg.com/@9am/before-after/dist/index.min.js"></script>

<before-after>
    <section slot="before">
        <h1>BEFORE</h1>
    </section>
    <section slot="after">
        <h1>AFTER</h1>
    </section>
</before-after>
<script type="module">
    import 'https://unpkg.com/@9am/before-after/dist/index.es.js';
</script>
npm install @9am/before-after

Documentation

Attributes

NameTypeDefaultDescription
varientlinear | radial | conic repeating-linear | repeating-radial | repeating-coniclinearThe varient.
orienthorizontal | verticalhorizontalThe orientation.
valuenumber50The position of the thumb bar. (0-100)

CSS Properties

NameTypeDefaultDescription
--positioncss gradient params before <color-stop-list>linear: to left radial: circle at center conic: at centerThe control for how the mask behaves.
--repeatnumber6The repeat times for repeating- varients.
--thumb-sizecss size1pxThe thumb size.
--thumb-colorcss colorwhiteThe thumb color.

License

MIT

1.2.0

17 days ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.2

4 months ago

1.0.3

4 months ago

1.0.1

4 months ago

1.0.0

5 months ago