Layout – Webdesign

0,00 / maand excl. BTW

Layout kiezen / webdesign aanpassen

Ander webdesign / layout? Dat kan hier heel gemakkelijk!

  1. Gratis: Kies één van de voor geprogrammeerde layouts.
  2. Gratis: Pas je gekozen webdesign naar wens aan.
  3. Kies hier een andere gratis layout: Gratis implementatie.
  4. Kies een andere gratis layout: Vergoeding voor implementatie.
  5. Kies een betaald thema: Vergoeding voor implementatie.
  6. Laat een layout voor je maken.

Andere Layout

Ander Webdesign

Eénmalige betaling

1. Om welk webdesign gaat het (naam)
2. Waar kunnen wij het vinden
3. Als het in een account staat, mogen wij dan inlog-gegevens opdat wij het kunnen uploaden

Het verwijderen van webdesigns bespaart webruimte. Als er een webdesign extra op je website / webshop wordt gezet, dan kost dat webruimte.

Prijs per maand

Categorie:

Beschrijving

Simple Block Animations

Beschrijving

Simple block animations adds scroll-triggered animations to WordPress Gutenberg blocks without any coding required.

Features:

  • 5 animation types (fade, slide up/down/left/right)
  • Customizable duration and delay
  • Works with all blocks (core, third-party, and custom blocks)
  • Lightweight (CSS + Intersection Observer)
  • No jQuery or heavy libraries
  • Accessibility-friendly (respects prefers-reduced-motion)

Supported Blocks:

Works with all WordPress blocks, including core blocks, third-party blocks, and custom blocks.

Development:

The source code for this plugin is available on GitHub: https://github.com/valentin-grenier/simple-animations-for-gutenberg

The plugin uses npm and webpack to compile JavaScript and CSS files. Source files are located in the src/ directory, and compiled files are in the build/ directory.

To build from source:
1. Install dependencies: npm install
2. Build for production: npm run build
3. Build for development: npm run dev

Installatie

  1. Upload the plugin files to /wp-content/plugins/simple-block-animations/
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Select any block in Gutenberg
  4. Open the block settings panel
  5. Find the “Animations” section
  6. Enable animation and customize

FAQ

Does it work with any theme?

Yes! The plugin works with any WordPress theme that supports Gutenberg.

Does it slow down my site?

No. The plugin uses native CSS animations and Intersection Observer API. Assets only load on pages with animated blocks.

Can I use it with page builders?

It’s designed for Gutenberg blocks. It won’t work with Elementor, Divi, or other page builders.

Can I set default animations for my custom blocks?

Yes! Developers can add animation attributes to their block.json file. Add isAnimated, animationType, animationDuration, and animationDelay attributes with your desired defaults. The plugin will respect these values, automatically enabling animations when the block is inserted. Available animation types: fade-in, fade-in-up, fade-in-down, fade-in-left, fade-in-right.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Simple Block Animations” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Simple Block Animations” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

2.0.2

  • Updated documentation with “For developers” section regarding default animation attributes for custom blocks

2.0.0

  • Respected pre-existing animation attributes from block.json to allow default animations in custom blocks

1.2.1

  • Update to version 1.2.1

1.2.0

  • Update to version 1.2.0

1.2.0

  • Added dynamic blocks support

1.1.2

  • Added support for all block types

1.1.1

  • Update to version 1.1.1

1.0.0

  • Initial release
  • 5 animation types
  • Duration and delay controls
  • Support for core and Meta Box blocks