jssor - Where is information about options for caption transitions -
is there documentation describes various attributes component utilizes? in div, see u=caption, assume u attribute describing kind of element is. there other attributes, such d=-750, t=l, b=500, etc.
what these attributes, , how use them?
<div id="slider1_container" style="position: relative; width: 600px; height: 300px; overflow: hidden;"> <!-- slides container --> <div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 600px; height: 300px; overflow: hidden;"> <div> <img u="image" src="/content/img_0381.jpg" /> <div u=caption t="l" d=-750 b=500 style="position:absolute; left:20px; top: 300px; width:130px; height:30px;"> hello world </div>
the 'u' (or 'data-u') attribute describes usage of element. define html code jssor slider, elements should specified 'u' attribute. e.g. u="slides', u="image", u="caption', u="navigator', u="arrowleft", u="arrowleft", u="thumbnavigator" , on.
for attributes define caption, see http://www.jssor.com/development/slider-with-caption-jquery.html
for in information, please read jssor slider development documentation.
Comments
Post a Comment