Uncategorised

Abetta Couriers - 7 Nov 2023

Revolutionising London City Deliveries

Abetta Couriers UK Ltd - 9 Sep 2022

RIP Queen Elizabeth II

We are deeply saddened by the passing of Her Majesty The Queen.   Our thoughts…

Abetta Couriers UK Ltd - 1 Apr 2021

Customs Clearance International parcel delivery

International delivery ~ Abetta will take all of the pressure from you  Sending your parcels…

Abetta Couriers UK Ltd - 29 Mar 2021

London Sameday Courier Covid Pandemic

COVID-19 vaccine logistics Our  courier services have been supporting vaccine logistics offering deliveries options for…

Abetta Couriers UK Ltd - 17 Mar 2021

Going green …

Climate change and pollution are some of most formidable global challenges of our time. As…

Abetta Couriers UK Ltd - 20 Nov 2020

Abetta at Christmas

  Let Abetta Couriers play Santa this Christmas Posted November 2020 by Abetta Couriers UK Ltd  Love…

Abetta Couriers UK Ltd - 28 Oct 2015

A potted history of the courier service industry

Courier services have come a long way since the days when guaranteeing a speedy delivery…

We use cookies to ensure that we give you the best experience on our website.

document.addEventListener('DOMContentLoaded', function () { const ticker = document.getElementById('ticker-list'); const ulElement = ticker.querySelector('ul'); const listItems = Array.from(ulElement.querySelectorAll('li')); listItems.forEach(item => { const clone = item.cloneNode(true); ulElement.appendChild(clone); }); let scrollAmount = 0; const speed = 1; // Adjust the speed of scrolling (higher is faster) function animateTicker() { scrollAmount += speed; if (scrollAmount >= ulElement.scrollWidth / 2) { scrollAmount = 0; // Reset scroll to create a seamless loop } ulElement.style.transform = `translateX(-${scrollAmount}px)`; requestAnimationFrame(animateTicker); } // Set initial styles ulElement.style.display = 'flex'; ulElement.style.whiteSpace = 'nowrap'; ulElement.style.willChange = 'transform'; ulElement.style.transform = `translateX(0px)`; // Start the animation requestAnimationFrame(animateTicker); });