我正在使用animate.css和animate-plus.js在滚动时对页面上的元素进行动画处理,问题是在移动设备上元素在启动之前闪烁了几分之一,它会破坏效果。我应该提到它在台式机上运行良好
这是我的代码:
<div class="col-md-12 animate-plus animated hidden-load " data-animations="fadeInLeft" data-animation-when-visible="true">
<img src="http://placehold.it/350x150">
</div>
我已经尝试了一些解决方案forom其他用户在stackoverflow上有类似问题here 我用过:
.hidden-load {visibility: hidden; opacity: 0}
.hidden-load.animated {visibility: visible; opacity: 1}
答案 0 :(得分:0)
你可以尝试下面这样的事情:
class BubbleSort : Lesson
{
protected override void RaiseSpeak(object sender, SpeakEventArgs args)
{
// your logic here
base.RaiseSpeak(sender, args);
}
public override void Do()
{
this.RaiseSpeak(this, new SpeakEventArgs() { Message = OpeningMessage });
}
}