jQuery UI Effects
Drupal 8 includes jQuery UI in core, however it is no longer actively maintained and has been marked deprecated. This module provides the jQuery UI Effects library for any themes and modules that require it.
- jQuery UI Effects documentation
- jQuery UI Effects API documentation
Caution: jQuery UI was deprecated from core because it is no longer actively maintained, and has been marked “End of Life” by the OpenJS Foundation. It is not recommended to depend on jQuery UI in your own code, and instead to select a replacement solution as soon as possible.
Instructions
- Install this module and the jQuery UI module.
- Change any references in your theme or module from
core/jquery.ui.effects.{{ effect_name }}
tojquery_ui_effects/{{ effect_name }}