Skip to content

smoothing animation #7

@lesitevideo

Description

@lesitevideo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions