PHPackages                             neosrulez/locomotivescroll - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. neosrulez/locomotivescroll

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

neosrulez/locomotivescroll
==========================

A Neos CMS package to use Locomotive Scroll (https://locomotivemtl.github.io/locomotive-scroll/)

1.0.1(4y ago)049SCSS

Since Oct 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/patriceckhart/NeosRulez.LocomotiveScroll)[ Packagist](https://packagist.org/packages/neosrulez/locomotivescroll)[ RSS](/packages/neosrulez-locomotivescroll/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Neos CMS Locomotive Scroll
==========================

[](#neos-cms-locomotive-scroll)

A package to use Locomotive Scroll () in Neos.

Installation
------------

[](#installation)

The NeosRulez.LocomotiveScroll package is listed on packagist () - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

```
composer require neosrulez/locomotivescroll

```

Configuration
-------------

[](#configuration)

All settings from here:  can be used:

```
NeosRulez:
  LocomotiveScroll:
    settings:
      smooth: true
      reloadOnContextChange: true
      scrollFromAnywhere: true
```

NodeType Mixin
--------------

[](#nodetype-mixin)

Add the mixin to the superTypes of your content superType:

```
'Acme.Site:Component.AbstractContent':
  superTypes:
    'Neos.Neos:Content': true
    'NeosRulez.LocomotiveScroll:Mixin.LocomotiveScroll': true
```

Fusion component
----------------

[](#fusion-component)

All you have to do is wrap your AbstractContent with the Locomotive Wrapper:

```
prototype(Acme.Site:Component.AbstractContent) {

    renderer = afx`

            {props.content}

    `
}

```

or use it like this:

```
prototype(Acme.Site:Component.Foo) {

    renderer = afx`

            My awesome component

    `
}

```

Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

2

Last Release

1722d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8604597e730303a1739fbb6a24bcf77019b22068e5d838ae4c12756e8121b488?d=identicon)[patriceckhart](/maintainers/patriceckhart)

---

Top Contributors

[![patriceckhart](https://avatars.githubusercontent.com/u/10776002?v=4)](https://github.com/patriceckhart "patriceckhart (2 commits)")

### Embed Badge

![Health badge](/badges/neosrulez-locomotivescroll/health.svg)

```
[![Health](https://phpackages.com/badges/neosrulez-locomotivescroll/health.svg)](https://phpackages.com/packages/neosrulez-locomotivescroll)
```

###  Alternatives

[neos/seo

SEO configuration and tools for Neos

141.0M31](/packages/neos-seo)[sitegeist/kaleidoscope

Responsive-images for Neos

29370.3k12](/packages/sitegeist-kaleidoscope)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2542.4k](/packages/kaufmanndigital-gdpr-cookieconsent)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21179.5k](/packages/techdivision-ckstyles)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1595.1k1](/packages/sitegeist-taxonomy)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14104.7k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
