This post has been de-listed (Author was flagged for spam)
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
[CSS Archive] Willem Dafoe spin
Author Summary
Grickit is
in
CSS Archive
Post Body
@keyframes spin {
0% {transform:rotate(0deg);}
85% {transform:rotate(1150deg); }
100% {transform:rotate(1080deg); }
}
@-webkit-keyframes spin {
0% {-webkit-transform:rotate(0deg);}
85% {-webkit-transform:rotate(1150deg); }
100% {-webkit-transform:rotate(1080deg); }
}
and to apply
animation: spin 1s ease-in;
-webkit-animation: spin 1s ease-in;
Post Details
Location
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 8 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Grickit/com...