4.14.92 • Published 10 months ago

@diotoborg/nobis-facilis v4.14.92

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@diotoborg/nobis-facilis is a cross-platform spring-physics first animation library.

It's as simple as:

const styles = useSpring({
  from: {
    opacity: 0
  },
  to: {
    opacity: 1
  }
})

<animated.div style={styles} />

Just a small bit about us:

  • Cross-Platform: We support react-dom, react-native, react-three-fiber, react-konva & react-zdog.
  • Versatile: Be declarative with your animations or if you prefer, imperative.
  • Spring-Physics First: By default animation use springs for fluid interactivity, but we support durations with easings as well.

There's a lot more to be had! Give it a try and find out.

Getting Started

⚡️ Jump Start

# Install the entire library
npm install @diotoborg/nobis-facilis
# or just install your specific target (recommended)
npm install @@diotoborg/nobis-facilis/web
import { animated, useSpring } from '@@diotoborg/nobis-facilis/web'

const FadeIn = ({ isVisible, children }) => {
  const styles = useSpring({
    opacity: isVisible ? 1 : 0,
    y: isVisible ? 0 : 24,
  })

  return <animated.div style={styles}>{children}</animated.div>
}

It's as simple as that to create scroll-in animations when value of isVisible is toggled.

📖 Documentation and Examples

More documentation on the project can be found here.

Pages contain their own examples which you can check out there, or open in codesandbox for a more in-depth view!


📣 What others say

Used by

And many others...

Backers

Thank you to all our backers! 🙏 If you want to join them here, then consider contributing to our Opencollective.

Contributors

This project exists thanks to all the people who contribute.

4.14.92

10 months ago

4.14.91

10 months ago

4.13.91

10 months ago

4.13.90

10 months ago

4.13.89

10 months ago

4.13.88

10 months ago

4.12.88

10 months ago

4.12.87

10 months ago

4.12.86

10 months ago

4.12.85

10 months ago

4.12.84

10 months ago

4.12.83

10 months ago

4.12.82

10 months ago

4.11.82

10 months ago

4.11.81

10 months ago

4.11.80

10 months ago

4.11.79

10 months ago

4.11.78

10 months ago

4.10.78

11 months ago

4.10.77

11 months ago

4.10.76

11 months ago

4.10.75

11 months ago

4.10.74

11 months ago

4.10.73

11 months ago

4.10.72

11 months ago

4.10.71

11 months ago

4.10.70

11 months ago

4.10.69

11 months ago

4.10.68

11 months ago

4.10.67

11 months ago

4.10.66

11 months ago

4.10.65

11 months ago

4.10.64

11 months ago

4.10.63

11 months ago

4.10.62

11 months ago

4.9.62

11 months ago

4.9.61

11 months ago

4.9.60

11 months ago

4.9.59

11 months ago

4.9.58

11 months ago

4.9.57

11 months ago

4.9.56

11 months ago

4.9.55

11 months ago

4.9.54

11 months ago

4.9.53

11 months ago

4.9.52

11 months ago

4.9.51

11 months ago

4.9.50

11 months ago

4.9.49

12 months ago

4.9.48

12 months ago

4.9.47

12 months ago

4.9.46

12 months ago

4.9.45

12 months ago

4.9.44

12 months ago

4.9.43

12 months ago

4.8.43

12 months ago

4.8.42

12 months ago

4.8.41

12 months ago

4.8.40

12 months ago

4.8.39

12 months ago

4.8.38

12 months ago

4.7.38

12 months ago

3.7.38

12 months ago

3.7.37

12 months ago

3.7.36

12 months ago

3.7.35

12 months ago

3.6.35

12 months ago

3.6.34

1 year ago

3.6.33

1 year ago

2.6.33

1 year ago

2.6.32

1 year ago

2.6.31

1 year ago

2.6.30

1 year ago

2.5.30

1 year ago

2.5.29

1 year ago

2.5.28

1 year ago

2.5.27

1 year ago

2.5.26

1 year ago

2.5.25

1 year ago

2.5.24

1 year ago

2.5.23

1 year ago

2.5.22

1 year ago

2.5.21

1 year ago

2.5.20

1 year ago

2.5.19

1 year ago

2.5.18

1 year ago

2.4.18

1 year ago

2.4.17

1 year ago

2.4.16

1 year ago

2.3.16

1 year ago

2.3.15

1 year ago

2.3.14

1 year ago

2.2.14

1 year ago

2.2.13

1 year ago

2.2.12

1 year ago

2.2.11

1 year ago

2.2.10

1 year ago

2.1.10

1 year ago

2.1.9

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago