lemehovskiy / scroller-utils

Scroller helper functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scroller-utils

Status GitHub Issues GitHub Pull Requests License


Scroller helper functions.

๐Ÿง About

Scroller helper functions.

๐Ÿ Getting Started

Installing

npm i @lemehovskiy/scroller-utils

Example

index.ts

import { getConvertedTriggerToPx } from "@lemehovskiy/scroller-utils/dist";

console.log(getConvertedTriggerToPx('50vh', 200));
// 100

API

Documentation

About

Scroller helper functions.


Languages

Language:TypeScript 96.7%Language:JavaScript 2.0%Language:Shell 1.3%