Releases: aautar/display-toggle-fx
Releases · aautar/display-toggle-fx
Fix jsdoc type annotations for optional params on out() method
Fix jsdoc type annotations
v4.1.3 fix jsdoc type annotations
Fix getMaxTransitionDuration to correctly parse timings with millisecond (ms) units
v4.1.2 fix getMaxTransitionDuration to correctly parse timings with millisec…
In DisplayToggleFx.out(), fix type checking to allow for _transitionDurationOverrideMs to be 0
v4.1.1 in DisplayToggleFx.out(), fix type checking to allow for _transitionD…
Add _transitionDurationOverrideMs param to DisplayToggleFx.out()
v4.1.0 setup to allow for publishing via circleci
Remove inline display defaults
-
DisplayToggleFx.in()no longer automatically reverts todisplay:blockif computer display isnone -
DisplayToggleFx.out()no longer applies/leaves inlinedisplay:nonestyle on element
Fix to DisplayToggleFx.in to correctly set initial state after computing display value
v3.0.1 fix to DisplayToggleFx.in to correctly set initial state after comput…
Get display style used in DisplayToggleFx.in() via window.getComputedStyle()
- Defaults to
display: blockif computed style isdisplay: none - Removed 3rd arg of DisplayToggleFx.in(), used to specify new display value
Update to allow interrupting `out` fx and switch to `in` fx
v2.0.0 update to allow interrupting `out` fx and switch to `in` fx