Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FW][FIX] website_slides: load animations after slide loaded #159514

Closed

Commits on Mar 27, 2024

  1. [FIX] website_slides: load animations after slide loaded

    Issue: When using the Fullscreen mode of slides for articles we do run
    first the website animations before loading the slide, which will make
    the content to stay invisible since we will never actually perform the
    animation.
    
    Steps to reproduce:
    
    1. Create a new course with an article content.
    2. Add any block (text, image).
    3. Add an animation to this piece of block.
    4. Go to Fullscreen mode.
    
    Solution:
    
    We manually instantiate and attach the WebsiteAnimate widget to
    the wpContainer element to ensure animations are properly initialized
    and applied after the slide has loaded, after that we get rid of this
    instance after every new slide that load so we avoid having multiple
    instances.
    
    opw-3757919
    
    X-original-commit: 593ca1f
    Ephoniz authored and awa-odoo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    eba510a View commit details
    Browse the repository at this point in the history