-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
Hi
It could be nice to modify the css file :
div.instrument .box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
to :
div.instrument .box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: transform .3s;
}
cheers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels