Make WordPress Themes

Changeset 316572


Ignore:
Timestamp:
03/05/2026 10:19:54 PM (3 weeks ago)
Author:
extendify
Message:

Release version 2.1.3

Location:
extendable/2.1.3
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • extendable/2.1.3/assets/css/animations.css

    r315179 r316572  
    3838}
    3939
    40 .ext-animate.ext-animation-complete {
     40.ext-animate[data-ext-animated] {
    4141    opacity: 1 !important;
    4242    transform: none !important;
  • extendable/2.1.3/assets/js/animations-interactivity.js

    r315534 r316572  
    9292                        // Clear stacking context after animation completes
    9393                        element.addEventListener('animationend', () => {
    94                             element.classList.add('ext-animation-complete');
     94                            element.dataset.extAnimated = 'true';
    9595                        }, { once: true });
    9696                       
     
    124124                'ext-animated-fade-left',
    125125                'ext-animated-fade-right',
    126                 'ext-animated-zoom-in',
    127                 'ext-animation-complete'
     126                'ext-animated-zoom-in'
    128127            );
     128            delete element.dataset.extAnimated;
    129129        });
    130130       
     
    182182                'ext-animated-fade-left',
    183183                'ext-animated-fade-right',
    184                 'ext-animated-zoom-in',
    185                 'ext-animation-complete'
     184                'ext-animated-zoom-in'
    186185            );
     186            delete element.dataset.extAnimated;
    187187            element.style.opacity = '';
    188188            element.style.transform = '';
  • extendable/2.1.3/readme.txt

    r315534 r316572  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 2.1.2
     6Stable tag: 2.1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313
    1414== Changelog ==
     15
     16= 2.1.3 - 2026-03-6 =
     17- Fixed: Accordion block disappearing after animation
    1518
    1619= 2.1.2 - 2026-02-27 =
  • extendable/2.1.3/style.css

    r315534 r316572  
    88Tested up to: 6.9
    99Requires PHP: 7.4
    10 Version: 2.1.2
     10Version: 2.1.3
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.