baschte/content-animations

Content-animations v2.5.2 stops working after the changes mentioned in issue #32

Closed this issue · 1 comments

The latest changes in version 2.5.2 stopped the extension working (TYPO3 v13.4.1, bootstrap_package v15.0.0.)

Hey @ivanbilj
sorry for my late response. Actually you are the only one i know which had issues with this version after my last changes.
Probably you can re add the missing css in your instance with this typoscript setup snippet and test if its working after that.
Hope it helps.

page {
    cssInline {
        161113 = FILECONTENT
        161113.file = EXT:content_animations/Resources/Public/JavaScript/Vendor/simple-aos/aos.css
    }
}