rockerest’s avatarrockerest’s Twitter Archive—№ 18,101

  1. …in reply to @zachleat
    zachleat KeyframeS rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } } .zach{ animation: rotation 2s linear infinite; } Please discuss.