From 28ed8910a74ff29e3b8a6d28d6f29d390afc0677 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 23 Jan 2024 16:46:53 +0100 Subject: [PATCH] wait #6658 --- js/quiz.screen.outro.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 59d48e9..2998115 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -4,9 +4,6 @@ import 'simplebar/dist/simplebar.css' import SplitType from 'split-type'; import {DrawSVGPlugin} from "gsap/DrawSVGPlugin.js"; -import tippy from 'tippy.js'; -import 'tippy.js/dist/tippy.css'; - function QuizScreenOutro(screens) { this.quiz = screens.quiz; this.screens = screens; @@ -49,17 +46,6 @@ QuizScreenOutro.prototype = { }) }, - initTooltips: function () { - $('[data-tooltip]:not(.init-tooltip)').each(function () { - let i = tippy($(this).get(0), { - content: $(this).data('tooltip'), - followCursor: true, - }); - $(this).addClass('init-tooltip'); - $(this).data('tippyinstance', i) - }); - }, - animate: function (score, percent) { //animer le texte d'intro gsap.registerPlugin(DrawSVGPlugin); -- 2.39.5