Releases: extralagence/extra-framework
Releases · extralagence/extra-framework
Release list
Fancybox 3
Breadcrumb update
🔗 Breadcrumb update
The breadcrumb module has been rewritten to add microformats.
The format has been changed to
-
get_template_part('extra-framework/setup/front/arianne');
Custom share update
💬 Custom share update
Extra custom share has been rewritten with a lot more hooks.
extra_custom_share($page_link, $page_title, $custom_description);Extra Scroll Animator update
⚠️ Extra Scroll Animator update ⚠️
Extra Scroll Animator has been rewritten.
new ExtraScrollAnimator({
target : null, // jQuery Object
tween : null, // TweenMax object
ease : Linear.easeNone, // Scroll ease
min : 0, // Tween starts at this viewport percent
max : 1, //Tween end at this viewport percent
speed : 0.3 // Tween speed
});Responsive images update
⚠️ Extra Responsive Images classes changes ⚠️
.responsiveImagePlaceholder > .extra-responsive-image-wrapper
.responsiveBackgroundImagePlaceholder > .extra-responsive-image-background
.responsiveSvgImagePlaceholder > .extra-responsive-image-svg
.placeholder-canvas > .extra-responsive-image-placeholder-canvas
.placeholder-image > .extra-responsive-image-placeholder-thumb
.responsiveImageLazy > .extra-responsive-image-lazy
.extra-custom-loading > .extra-responsive-custom-loading😎 Introducing extra sticky as permanent module
$('.exemple').extraSticky();Available options at the moment :
'class' : 'sticky', // class added to the sitcked element
'container' : null, // add a specific container, or use the element parent by default
'limit' : true, // limit the stick height, or unlimited stick in height
'offset' : 0, // offset the stick detection
'keepContainerHeight' : false, // maintain container height when element is sticked
'keepChildWidth' : false // maintain element width when sticked