Skip to content

Releases: dimitrinicolas/midi-controller-css

1.2.0 Sound feedback

Choose a tag to compare

@dimitrinicolas dimitrinicolas released this 12 Mar 22:46

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

Choose a tag to compare

@dimitrinicolas dimitrinicolas released this 10 Mar 15:36

Bugfix release for multiline CSS selectors

1.1.2

Choose a tag to compare

@dimitrinicolas dimitrinicolas released this 10 Mar 15:34

Bugfix release

1.1.1

Choose a tag to compare

@dimitrinicolas dimitrinicolas released this 10 Mar 15:32

Readme update

1.1.0 Performance, absolute centering snippet

Choose a tag to compare

@dimitrinicolas dimitrinicolas released this 10 Mar 15:29

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

Choose a tag to compare

@dimitrinicolas dimitrinicolas released this 18 Oct 20:40

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