Skip to content

Releases: aautar/display-toggle-fx

Fix jsdoc type annotations for optional params on out() method

18 Sep 22:31
Compare
Choose a tag to compare
v4.1.4

fix jsdoc type annotations for optional params on out() method

Fix jsdoc type annotations

17 Sep 05:01
Compare
Choose a tag to compare
v4.1.3

fix jsdoc type annotations

Fix getMaxTransitionDuration to correctly parse timings with millisecond (ms) units

01 Sep 17:35
Compare
Choose a tag to compare
fix getMaxTransitionDuration to correctly parse timings with millisec…

…ond (ms) units

In DisplayToggleFx.out(), fix type checking to allow for _transitionDurationOverrideMs to be 0

28 Aug 03:00
Compare
Choose a tag to compare
in DisplayToggleFx.out(), fix type checking to allow for _transitionD…

…urationOverrideMs to be 0

Add _transitionDurationOverrideMs param to DisplayToggleFx.out()

28 Aug 02:49
Compare
Choose a tag to compare
v4.1.0

setup to allow for publishing via circleci

Remove inline display defaults

17 Feb 21:38
Compare
Choose a tag to compare
  • DisplayToggleFx.in() no longer automatically reverts to display:block if computer display is none

  • DisplayToggleFx.out() no longer applies/leaves inline display:none style on element

Fix to DisplayToggleFx.in to correctly set initial state after computing display value

11 Dec 17:07
Compare
Choose a tag to compare
fix to DisplayToggleFx.in to correctly set initial state after comput…

…ing display value

Get display style used in DisplayToggleFx.in() via window.getComputedStyle()

11 Dec 05:25
Compare
Choose a tag to compare
  • Defaults to display: block if computed style is display: none
  • Removed 3rd arg of DisplayToggleFx.in(), used to specify new display value

Update to allow interrupting `out` fx and switch to `in` fx

19 Sep 21:10
Compare
Choose a tag to compare
v2.0.0

update to allow interrupting `out` fx and switch to `in` fx