Home Forums Exoplanet Animate the tagline Reply To: Animate the tagline

#1515
Andy
Keymaster

No need to download AnimateIt! as Exoplanet loads it’s own animation stylesheet.

Try adding this in Appearance > Customize > Additional CSS

#masthead.scrolled .site-description {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}