Download the PHP package zvirko/module-animate-title without Composer
On this page you can find all versions of the php package zvirko/module-animate-title. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zvirko/module-animate-title
More information about zvirko/module-animate-title
Files in zvirko/module-animate-title
Package module-animate-title
Short Description This module animates the tab title when adding a product to the cart
License MIT
Informations about the package module-animate-title
Description
This module enhances the user experience on a Magento 2 website by adding a dynamic title tab change feature when a product is added to the shopping cart. It utilizes jQuery and Magento_Catalog's built-in functionality to achieve this.
This module adds a subtle yet engaging interaction for users, providing feedback that their action of adding a product to the cart has been completed.
This works for both PDP and PLP.
How the module works:
-
It listens for a click event on elements with the class
".action.tocart.primary"
, typically representing the "Add to Cart" button on product pages. -
When clicked, it retrieves the name of the product being added by finding the closest element with the class
".product-item-details"
and locating the product name within it. -
It then constructs a new title tab for the document indicating that the product has been added to the shopping cart.
-
The script creates a dynamic animation effect by continuously changing the document title to display a scrolling effect of the new title text.
- After 5 seconds, the animation stops, and the document title reverts to its original value.
The module introduces functionality for animating the title tab in Magento 2. The animation is configurable through the admin panel, allowing administrators to enable or disable it and customize the text displayed in the title tab.
You can also change the animation duration from the Admin Page. The default value is 5 seconds. Feel free to change this :)
Screencast from 2024-03-01 15-38-10.webm