Skip to content

Releases: extralagence/extra-framework

Fancybox 3

Choose a tag to compare

@Vaince Vaince released this 23 Mar 09:49

Fancybox has been updated to version 3 !
We change the override and simplify it. No more need of a pseudo header for fancybox, it's integrated in the popup now !

Breadcrumb update

Choose a tag to compare

@jbjanot jbjanot released this 21 Feb 09:35

🔗 Breadcrumb update

The breadcrumb module has been rewritten to add microformats.
The format has been changed to

  1. get_template_part('extra-framework/setup/front/arianne');

Custom share update

Choose a tag to compare

@jbjanot jbjanot released this 26 Jan 16:36

💬 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

Choose a tag to compare

@jbjanot jbjanot released this 10 Jan 17:24

⚠️ 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

Choose a tag to compare

@jbjanot jbjanot released this 21 Dec 15:30

⚠️ 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