Skip to content

1.1.0 Performance, absolute centering snippet

Choose a tag to compare

@dimitrinicolas dimitrinicolas released this 10 Mar 15:29
· 12 commits to master since this release

Better performance with controller's sliders.

Absolute centering

New snippet on the third button of the second column:

div {
    position: absolute 50% auto auto 50%;
    transform: translateX(-50%) translateY(-50%);
}