Releases: dimitrinicolas/midi-controller-css
Releases · dimitrinicolas/midi-controller-css
Release list
1.2.0 Sound feedback
Now playing a sound feedback for more precision with sliders.
A simple tick for each px step and a special tick for extrema values like 0 or 100%.
1.1.3
Bugfix release for multiline CSS selectors
1.1.2
1.1.1
1.1.0 Performance, absolute centering snippet
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%);
}0.1.0
Initial release
- Position absolute/relative/fixed and position in px
- Display block/inline-block/flex and size in px
- Margin/padding with value in px
- Font light/regular/bold with font size in px
- Transition in seconds