I immediately close a page dense in text and using a thin font like Lato or Raleway.
bounce = Jump(150, 0, 4, 2)
scale = ScaleBy(2, duration=1.5)
rot = RotateBy(360, 0.80)
scale_and_rot = scale | rot
bounce_in = bounce | scale_and_rot
bounce_out = Reverse(bounce_in)
logo.do(bounce_in + bounce_out)