UNPKG

simple-scroll-trigger

Version:

Simple Scroll Trigger はGSAPのScrollTriggerライクな判定指定ができる、シンプルで軽量なスクロール判定ライブラリです。

49 lines (48 loc) 1.18 kB
{ "name": "simple-scroll-trigger", "version": "3.0.1", "type": "module", "files": [ "dist", "types" ], "main": "./dist/SimpleScrollTrigger.umd.js", "module": "./dist/SimpleScrollTrigger.js", "exports": { ".": { "import": "./dist/SimpleScrollTrigger.js", "require": "./dist/SimpleScrollTrigger.umd.js" } }, "types": "./types/SimpleScrollTrigger.d.ts", "author": "Nishihara Tsubasa", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Crayfisher-zari/simpleScrollTrigger.git" }, "keywords": [ "JavaScript", "TypeScript", "CSS", "Scroll", "Animation" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "build:doc": "tsc && vite build --mode=doc", "preview": "vite preview", "format": "eslint src/**/*.ts --fix && prettier src/**/*.ts --write" }, "devDependencies": { "@types/node": "18.11.17", "@typescript-eslint/eslint-plugin": "5.46.1", "@typescript-eslint/parser": "5.46.1", "eslint": "8.30.0", "eslint-config-prettier": "8.5.0", "prettier": "2.8.1", "typescript": "4.9.4", "vite": "4.0.2" } }