Javascript Can';不要让引导动画在滑动窗口中的div上工作

Javascript Can';不要让引导动画在滑动窗口中的div上工作,javascript,html,css,bootstrap-4,bootstrap-modal,Javascript,Html,Css,Bootstrap 4,Bootstrap Modal,我试图让我的滑块文本在滑块进入时淡入(我的elementor builder有一个旋转式滑块) 为了做到这一点,我在页眉部分的页眉中添加了这些内容 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFA

我试图让我的滑块文本在滑块进入时淡入(我的elementor builder有一个旋转式滑块)

为了做到这一点,我在页眉部分的页眉中添加了这些内容

 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

接下来,我在我的文本div中添加了类,以显示我希望它如何褪色

<div class="myDiv animated fadeInLeft" style="margin-bottom: 0; margin-top: 0;color: #FFF;font-size: 22px;line-height: 27.5px;">Hello World!</div>
你好,世界!

尽管设置了动画和fadeInLeft,但什么都没有发生。每次滑块滑入时,文本都是静态的。有什么想法吗?

我认为你没有使用好的图书馆

您可以在animate.css上找到
fadeInLeft


我不认为Bootstrap提供了这个特性

如果您提供JSFIDLE或codepen中的小型工作示例,我们可以更好地帮助您。Jquery animate也很不错。