4.1.8 • Published 2 years ago

bpk-animate-height-css v4.1.8

Weekly downloads
203
License
Apache-2.0
Repository
github
Last release
2 years ago

bpk-animate-height

Animate height using CSS transitions.

Note: This was forked from https://github.com/Stanko/react-animate-height. We have added functionality to set the display property of the container to display: none; when the height is equal to 0.

More information on the easing values can be found at http://easings.net/

Installation

npm install bpk-animate-height --save-dev

Usage

import AnimateHeight from 'bpk-animate-height';
import React, { Component } from 'react';

class AnimateHeightContainer extends Component {
  constructor() {
    super();

    this.state = {
      expanded: false,
    };
  }

  render() {
    return (
      <AnimateHeight
        height={this.state.expanded ? 'auto' : 0}
        duration={200}
      >
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
        Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur
        ridiculus mus.
      </AnimateHeight>
    );
  }
}

Props

PropertyPropTypeRequiredDefault Value
childrennodetrue-
durationnumbertrue-
heightstring or numbertrue-
easingstringfalse'ease'
onAnimationCompletefunctionfalsenull
styleobjectfalse{}
4.1.8

2 years ago

4.1.4

2 years ago

4.1.6

2 years ago

4.1.3

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.19

2 years ago

4.0.27

2 years ago

4.0.26

2 years ago

4.0.25

2 years ago

4.0.16

2 years ago

4.0.17

2 years ago

4.0.30

2 years ago

4.0.15

3 years ago

4.0.11

3 years ago

4.0.8

3 years ago

4.0.6

3 years ago

4.0.5

3 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.1.7

3 years ago

3.1.5

3 years ago

3.1.4

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.78

3 years ago

3.0.79

3 years ago

3.0.77

3 years ago

3.0.76

3 years ago

3.0.75

3 years ago

3.0.74

3 years ago

3.0.72

3 years ago

3.0.73

3 years ago

3.0.71

3 years ago

3.0.69

3 years ago

3.0.70

3 years ago

3.0.68

3 years ago

3.0.67

3 years ago

3.0.66

3 years ago

3.0.65

3 years ago

3.0.64

3 years ago

3.0.63

3 years ago

3.0.61

3 years ago

3.0.62

3 years ago

3.0.60

3 years ago

3.0.59

3 years ago

3.0.58

3 years ago

3.0.57

3 years ago

3.0.56

3 years ago

3.0.55

3 years ago

3.0.54

3 years ago

3.0.53

3 years ago

3.0.52

3 years ago

3.0.51

3 years ago

3.0.48

3 years ago

3.0.47

4 years ago

3.0.46

4 years ago

3.0.45

4 years ago

3.0.44

4 years ago

3.0.42

4 years ago

3.0.41

4 years ago

3.0.40

4 years ago

3.0.39

4 years ago

3.0.38

4 years ago

3.0.37

4 years ago

3.0.35

4 years ago

3.0.34

4 years ago

3.0.33

4 years ago

3.0.28

4 years ago

3.0.27

4 years ago

3.0.26

4 years ago

3.0.24

4 years ago

3.0.23

4 years ago

3.0.22

4 years ago

3.0.21

4 years ago