Guest User

Untitled

a guest
Oct 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .layers-animation img:nth-child(4):hover {
  2. transform: translate(180px, -200px);
  3. transition: 0.5s;
  4.  
  5. /* I want to be able to do this V */
  6.  
  7. .layers-animation img {
  8. opacity: 0.5;
  9. transition: 0.5s;
  10. }
  11.  
  12. /* (Change the opacity of all the other images when this image is hovered over.) */
  13.  
  14. }
Add Comment
Please, Sign In to add comment