Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 294 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 294 Bytes

Keyframes comparison for Subliminal Chrome Extension project

  • Current method : keyframes are modifying the box-shadow property
  • Problem : modifying this property is a very resource-intensive process
  • Solution : set a static box-shadow and use keyframes to modify the opacity only