-
- Downloads
[IMP] website_slides: add an animation when user levels up
PURPOSE If a user levels up after passing a quiz, we want to clearly show him in the success modal that he actually passed a level instead of just showing his new rank and xp gauge. This commit introduces an animation with the progress bar when the user is levelling up. After reaching the upper bound of the next level: - The progress bar goes back to 0 ; - The lower/upper bounds change to reflect the new reached level bounds ; - The message "Amazing!" becomes "Level Up!" ; - The motivational phrase changes with a fade out/fade in animation. LINKS PR : #39870 Task ID : 2032649 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com> Co-authored-by:
Aurélien Warnon <awa@odoo.com>
Showing
- addons/website_slides/controllers/main.py 22 additions, 9 deletionsaddons/website_slides/controllers/main.py
- addons/website_slides/static/src/js/slides_course_quiz.js 96 additions, 1 deletionaddons/website_slides/static/src/js/slides_course_quiz.js
- addons/website_slides/static/src/scss/website_slides.scss 31 additions, 1 deletionaddons/website_slides/static/src/scss/website_slides.scss
- addons/website_slides/static/src/xml/slide_quiz.xml 29 additions, 14 deletionsaddons/website_slides/static/src/xml/slide_quiz.xml
Loading
Please register or sign in to comment