• Resolved dirkliesenfeld

    (@dirkliesenfeld)


    Is it only me, or does the fade in only occur when first opening an accordion? When I close it and reopen it, there will be no fade in transition.
    And another thing: Is it possible to fade out when closing?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andy Feliciotti

    (@someguy9)

    Hey @dirkliesenfeld good catch, the animations of the fade are purely with CSS. It’s actually a bug with Chrome that causes the animation to happen once. In order to keep the plugin as simple as possible most likely won’t be adding anything else unless there is a new CSS property I could use. That being said you should be able to add a fade I believe with JS or CSS.

    Hope this helps! Hopefully we see more CSS support in the future for additional features for styling this animation. I’ll also look into adding a default fade out but I am not 100% sure it’s possible with pure CSS.

    For stackoverflow thread about the topic: https://stackoverflow.com/questions/38213329/how-to-add-css3-transition-with-html5-details-summary-tag-reveal

    Thread Starter dirkliesenfeld

    (@dirkliesenfeld)

    Ah, if it is a chrome bug and can only be resolved with javascript then please leave it as it is for i Like this simple css solution without javascript.
    Thnx so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small bug’ is closed to new replies.