DEV Community

Michael Mclaughlin
Michael Mclaughlin

Posted on

Flickering Flames component: Styled-Components, Typescript, ReactJS and CSS3

Using Styled-Components, Typescript, ReactJS and CSS3 I have created a flickering flame component. The component structures are made with Styled-Components. The flicking of the flame is created by using the Styled-Components helper methods: css and keyframes combined with CSS3 animations, transforms, and keyframes.

Top comments (0)