_animations.scss 561 B

1234567891011121314151617181920212223242526272829303132
  1. // Notes:
  2. /** Utilize JS getStyle to read width of spritesheet
  3. ** Calculate amount of steps from that
  4. ** Profit
  5. **/
  6. //@import "compass/utilities/sprites";
  7. //$anims-layout:vertical;
  8. //$anims-sprite-dimensions: true;
  9. //@import "anims/*/**.png";
  10. //@include all-anims-sprites;
  11. //
  12. //@import "_animationsBG";
  13. #sceneAnimation {
  14. display: block;
  15. position: fixed;
  16. bottom: 0px;
  17. left: 50%;
  18. z-index: 1;
  19. pointer-events: none;
  20. opacity: 0;
  21. }
  22. .sceneAnimation {
  23. display: block;
  24. position: absolute;
  25. top: 50%;
  26. left: 50%;
  27. image-rendering: pixelated;
  28. }