0.19.1 • Published 6 years ago

@comparaonline/ui-transitions v0.19.1

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

@comparaonline/ui-transitions

Helpers to build CSS transitions

Installation

yarn add @comparaonline/ui-transitions

Usage

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

It returns an object with the following data

{
  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
  }
}
0.19.1

6 years ago

0.18.0

6 years ago

0.17.4

6 years ago

0.17.3

6 years ago

0.17.0

6 years ago

0.8.0

6 years ago