Advertisement
Terrium

Untitled

Jun 9th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. input[id='filter-blur']:checked ~ general-layout .cat-photo {
  2.     animation: blur-filter .8s ease-in forwards;
  3. }
  4. input[id='filter-sepia']:checked ~ general-layout .cat-photo {
  5.     animation: sepia-filter .8s ease-out forwards;
  6. }
  7. input[id='filter-saturate']:checked ~ general-layout .cat-photo {
  8.     animation: saturate-filter .8s ease-out forwards;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement