Skip to content

Instantly share code, notes, and snippets.

View piedpipes's full-sized avatar

Andy Pipes piedpipes

  • Coop Digital
View GitHub Profile
@piedpipes
piedpipes / animated-phrases
Last active June 15, 2020 20:49
A React version of the 'type' animated headlines from CodyHouse (http://codyhouse.co/demo/animated-headlines/index.html)
var React = require('react'),
ClassNames = require('classnames');
var AnimatedPhrases = React.createClass({
getInitialProps: function () {
return {
animateType: 'type'
}
},