Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-moz-document regexp("http.*"), url-prefix(about:) {
- @keyframes rotation {
- from {
- transform: rotate(0turn);
- }
- to {
- transform: rotate(1turn);
- }
- }
- body, #newtab-window {
- animation-duration: 10800s;
- animation-name: rotation;
- animation-iteration-count: infinite;
- animation-timing-function: linear;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment