Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Smooth, Performant Transitions with React Transition Group v2 #136

Open
zacjones93 opened this issue Aug 23, 2018 · 1 comment
Open

Comments

@zacjones93
Copy link
Member

Primary Tags

React, CSS

https://egghead.io/courses/create-smooth-performant-transitions-with-react-transition-group-v2

In this course, we are going to use the fantastic React Transition Group library to write seamless, performant, beautiful transitions of elements in and out of the DOM.

With React Transition Group, you have the power of transitioning React components in and out of the DOM, depending on the state they are tied to, with no weird hacks. Without React Transition Group, you may find yourself using a lot of display: none in your CSS, along with some pretty nasty setTimeout hacks. But with it, you will find you can write your transition elements with a neat, declarative API, and no hacks in sight.

With v1 in production for some time, an overhaul to the API has arrived and culminated in v2, which yields a new API that is a pleasure to use.

I look forward to showing you all the features of React Transition Group in depth so that you can turn features of your React app from dull and boring to slick and seamless.

@MaggieAppleton
Copy link
Contributor

MaggieAppleton commented Sep 20, 2018

Main Tech – React & CSS

Course link:

https://egghead.io/courses/create-smooth-performant-transitions-with-react-transition-group-v2

Course Description:

In this course, we are going to use the fantastic React Transition Group library to write seamless, performant, beautiful transitions of elements in and out of the DOM.
With React Transition Group, you have the power of transitioning React components in and out of the DOM, depending on the state they are tied to, with no weird hacks. Without React Transition Group, you may find yourself using a lot of display: none in your CSS, along with some pretty nasty setTimeout hacks. But with it, you will find you can write your transition elements with a neat, declarative API, and no hacks in sight.
With v1 in production for some time, an overhaul to the API has arrived and culminated in v2, which yields a new API that is a pleasure to use.
I look forward to showing you all the features of React Transition Group in depth so that you can turn features of your React app from dull and boring to slick and seamless.


Previous React & CSS Illustrations

Keywords:

  • Transitions, movement, animation, frame of the DOM, in and out, easing, path of movement, smooth, flow.

Ideas to Start With:

  • A browser frame with react elements entering and exiting on either side. Can be abstract shapes, arrows. Show animation and sense of movement with trail lines / transparency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants