All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.asset.ajaxjs-ui.doc.include.marquee.jsp Maven / Gradle / Ivy

Go to download

AJAXJS Web aims to full-stack, not only the server-side framework, but also integrates the front-end library. It'€™s written in HTML5 + Java, a successor to the JVM platform, efficient, secure, stable, cross-platform and many other advantages, but it abandoned the traditional enterprise architecture brought about by the large and bloated, emphasizing the lightweight, and fast, very suitable for the Internet fast application.

There is a newer version: 1.3.0
Show newest version
<%@page pageEncoding="UTF-8"%>

跑马灯 Marquee

超简单跑马灯 Super Simple Marquee

这是最简单的跑马灯,原理是把前面的字符放到后面去。鼠标移入时候可暂停动画,移出恢复。支持插槽,但插槽中不能包含 tag。

属性说明:

属性 含义 类型 是否必填 默认值
interval 动画时间间隔,定时器的参数 Number N 500
canstop 是否可以鼠标移入时候暂停动画 Boolean N true,可以

例子:

<aj-super-simple-marquee-text></aj-super-simple-marquee-text>

演示:

上下字幕跑马灯 Marquee

属性说明:

属性 含义 类型 是否必填 默认值
interval 动画时间间隔,定时器的参数 Number N 500
canstop 是否可以鼠标移入时候暂停动画 Boolean N true,可以

例子:

<aj-simple-marquee-text></aj-simple-marquee-text>

演示:





© 2015 - 2024 Weber Informatics LLC | Privacy Policy