---
title: "Responsive Scroll Triggered Box 2.5.1 released"
description: "Responsive Scroll Triggered Box 2.5.1 is now available. This is a maintenance release and we strongly encourage you update your sites.    Changelo"
url: "https://www.tassos.gr/blog/responsive-scroll-triggered-box-2-5-1-released"
date: "2026-05-29T15:15:22+00:00"
language: "en-GB"
---

#  Responsive Scroll Triggered Box 2.5.1 released

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Jan 26 2016

 2 min read

 Last updated may 21 2024

 ![Responsive Scroll Triggered Box 2.5.1 released](https://www.tassos.gr/media/k2/items/src/4ab4b6df96c060fa741e97b50eafb07c.jpg)Responsive Scroll Triggered Box 2.5.1 is now available. This is a maintenance release and we strongly encourage you update your sites.

## [Changelog](#changelog)

- Added German (de-DE) translation by Gerald Kleinebreil
- Added 2 new options for the onPageLeave trigger point (Exit Intent): Delay &amp; Minimum Time
- Fixed a bug with IFrame and Social Media box types
- Fixed a bug with Auto-Close not properly storing the expiration cookie
- Fixed a bug with onScroll Element missing field

## [onPageLeave new options](#onpageleave-new-options)

Version 2.5.1 introduces 2 news options for the onPageLeave trigger point which becomes more flexible.

### [Delay](#delay)

By default, the box will show up immediately. You could instead configure it to wait x milliseconds before showing the box. If the user's mouse re-enters the website before delay ms have passed, the box will not appear. This can be used to provide a "grace period" for visitors instead of immediately presenting the box.

### [Minimum Time](#minimum-time)

By default, onPageLeave event won't fire in the first second to prevent false positives, as it's unlikely the user will be able to exit the page within less than a second. If you want to change the amount of time that firing is surpressed for, you can pass in a number of milliseconds to timer.

 [Download the Update](http://www.tassos.gr/downloads) [Write a review](http://extensions.joomla.org/extensions/extension/style-a-design/popups-a-iframes/responsive-scroll-triggered-box-for-joomla)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Responsive Scroll Triggered Box 2.5.1 released",
            "item": "https://www.tassos.gr/blog/responsive-scroll-triggered-box-2-5-1-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/responsive-scroll-triggered-box-2-5-1-released"
    },
    "headline": "Responsive Scroll Triggered Box 2.5.1 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/4ab4b6df96c060fa741e97b50eafb07c.jpg"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://x.com/tassosm"
    },
    "datePublished": "2016-01-26T19:01:16+02:00",
    "dateCreated": "2016-01-26T19:01:16+02:00",
    "dateModified": "2024-05-21T10:34:20+03:00"
}
```
