加载整个页面时;黄色圆圈需要从中心的 1 条细线开始,并将“形成/填充”整个圆圈。
我用过jPreloader。我不确定如何从中心开始加载徽标。目前,高度在页面加载时被动画化。
将高度分配给 div 的 Javascript。
$(jBar).stop().animate({
height: per + '%'
}, 500, 'linear');
放置徽标的 CSS:
#jpreBar {
border-radius:0%;
-moz-border-radius:0%;
-webkit-border-radius:0%;
background: url(../images/logo.jpg) left top no-repeat;
animation: progress 2s linear infinite;
-moz-animation: progress 2s linear infinite;
-webkit-animation: progress 2s linear infinite;
-ms-animation: progress 2s linear infinite;
-o-animation: progress 2s linear infinite;
}
动画需要是这样的,从左到右: