New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jarvisniu/transition

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jarvisniu/transition

CSS property transition for JavaScript

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

transition

CSS property transition for JavaScript

Demo

Demo

Usage

import transition from '@jarvisniu/transition'

let coord = { x: 0, y: 0 }

transition(coord, { x: 100, y: 50 }, { duration: 0.5 })

API

transition(targetObject, props, options)

Options:

  • duration: Default is 0.2 second. The last time of the transition.
  • easing: Default is 'quad'. The easing function, can be set to 'linear'.
  • onStart(val): The callback function executed before the first transition frame.
  • onUpdate(val): The callback function executed after each transition frame.
  • onComplete(val): The callback function executed after the last transition frame.
  • interpolate(startVal, endVal, t): Define how to interpolate the non-linear value (e.g. hex color 0xff0000).

Licence

MIT

Keywords

FAQs

Package last updated on 23 Oct 2019

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