# @comparaonline/ui-transitions

> Helpers to build CSS transitions

Latest version **0.19.1** (published 2018-08-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @comparaonline/ui-transitions
pnpm add @comparaonline/ui-transitions
yarn add @comparaonline/ui-transitions
bun add @comparaonline/ui-transitions
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.19.1 |
| Published | 2018-08-24 |
| First published | 2018-03-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ComparaOnline.com |
| Maintainers | emartini, gnza, gpuente, izaban, jacobparra, jesusdaniel1901, jflobos, jokude, juorderg, kimdonghwan, lisandrop, mnegrete, rarce, suarezcumare, truca, warseph |

## Links

- npm: https://www.npmjs.com/package/@comparaonline/ui-transitions
- npm.io page: https://npm.io/package/@comparaonline/ui-transitions

## Recent versions

- 0.19.1 (latest) — 2018-08-24
- 0.18.0 — 2018-08-16
- 0.17.4 — 2018-07-27
- 0.17.3 — 2018-07-27
- 0.17.0 — 2018-07-25
- 0.8.0 — 2018-03-08

## README

# @comparaonline/ui-transitions

Helpers to build CSS transitions

## Installation

```
yarn add @comparaonline/ui-transitions
```

## Usage

```js
import transitions from '@comparaonline/ui-transitions';
```

It returns an object with the following data

```js
{
  easing: {
    easeIn: 'cubic-bezier(0.4,0,1,1)',
    easeInOut: 'cubic-bezier(0.4,0,0.2,1)',
    easeOut: 'cubic-bezier(0,0,0.2,1)',
    sharp: 'cubic-bezier(0.4,0,0.6,1)'
  },
  duration: {
    shortest: 150,
    shorter: 200,
    short: 250,
    standard: 300,
    complex: 375,
    enteringScreen: 225,
    leavingScreen: 195
  }
}
```

---
_Source: https://npm.io/package/@comparaonline/ui-transitions · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
