Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@any-touch/pan

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@any-touch/pan

any-touch的识别器, 用来识别拖拽手势.

  • 1.0.10
  • npm
  • Socket score

Version published
Weekly downloads
1.8K
decreased by-25.11%
Maintainers
1
Weekly downloads
 
Created
Source

@any-touch/pan

拖拽识别器.

快速开始

// 只加载pan识别器(拖拽)
import Core from '@any-touch/core';
import Pan from '@any-touch/pan';
Core.use(Pan, 参数)
const at = new Core(el);
// 拖拽
at.on('pan', (ev) => {
    // ev包含位置/速度/方向等信息
});

⚠️注意: 执行npm i any-touch后, @any-touch/core和@any-touch/pan便已自动安装, 直接引入即可.

参数

名称数据类型默认值说明
nameString'pan'自定义事件名称
pointLengthNumber1支持的触点数, 可支持多指拖拽
thresholdNumber10拖拽超过10px后触发pan事件

FAQs

Package last updated on 02 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc