quicksave

This commit is contained in:
Schmelczer András 2019-12-30 10:59:05 +01:00
parent 5587b14e20
commit 2ee4e36888
6 changed files with 27 additions and 16 deletions

View file

@ -35,8 +35,8 @@ export class Blob {
);
this.element.style.zIndex = (-this.z).toString();
this.element.style.height = `${randomInInterval(
160,
750,
8,
37,
Blob.creatorRandom
)}px`;
}
@ -95,6 +95,7 @@ export class Blob {
startOffset,
endOffset
)}px)
scale(20)
translateZ(${-this.z}px)
rotate(-20deg)
`;