1 # This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
4 from ..base import WLElement
7 class Animacja(WLElement):
11 HTML_CLASS = "animacja cycle-slideshow"
13 "data-cycle-pause-on-hover": "true",
14 "data-cycle-next": "> img",
15 "data-cycle-fx": "fadeout",
16 "data-cycle-paused": "true",