4.1.8 • Published 3 years ago

bpk-animate-height-css v4.1.8

Weekly downloads
203
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

4.1.4

3 years ago

4.1.6

3 years ago

4.1.3

3 years ago

4.1.1

3 years ago

4.1.0

3 years ago

4.0.19

4 years ago

4.0.27

3 years ago

4.0.26

3 years ago

4.0.25

3 years ago

4.0.16

4 years ago

4.0.17

4 years ago

4.0.30

3 years ago

4.0.15

4 years ago

4.0.11

4 years ago

4.0.8

4 years ago

4.0.6

4 years ago

4.0.5

4 years ago

4.0.4

4 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.1.7

4 years ago

3.1.5

4 years ago

3.1.4

4 years ago

3.1.3

4 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.78

4 years ago

3.0.79

4 years ago

3.0.77

4 years ago

3.0.76

4 years ago

3.0.75

4 years ago

3.0.74

4 years ago

3.0.72

4 years ago

3.0.73

4 years ago

3.0.71

4 years ago

3.0.69

4 years ago

3.0.70

4 years ago

3.0.68

4 years ago

3.0.67

4 years ago

3.0.66

4 years ago

3.0.65

4 years ago

3.0.64

4 years ago

3.0.63

4 years ago

3.0.61

4 years ago

3.0.62

4 years ago

3.0.60

4 years ago

3.0.59

4 years ago

3.0.58

4 years ago

3.0.57

4 years ago

3.0.56

4 years ago

3.0.55

5 years ago

3.0.54

5 years ago

3.0.53

5 years ago

3.0.52

5 years ago

3.0.51

5 years ago

3.0.48

5 years ago

3.0.47

5 years ago

3.0.46

5 years ago

3.0.45

5 years ago

3.0.44

5 years ago

3.0.42

5 years ago

3.0.41

5 years ago

3.0.40

5 years ago

3.0.39

5 years ago

3.0.38

5 years ago

3.0.37

5 years ago

3.0.35

5 years ago

3.0.34

5 years ago

3.0.33

5 years ago

3.0.28

5 years ago

3.0.27

5 years ago

3.0.26

5 years ago

3.0.24

5 years ago

3.0.23

5 years ago

3.0.22

5 years ago

3.0.21

5 years ago