Msdropdown 仅使用“slideDown”打开动画片
MsDropDown 位于:https://github。 com/jgb146/ms-Dropdown/blob/master/msdropdown/js/jquery.dd.js 仅以“slideDown”动画打开。
我怎样才能修复它以幻灯片动画打开?
有人有 CSS 或 jQuery 技巧吗?
我的例子:
<div>
<html:select property="genericLayoutForm.chart" style="width:300px; height:82px" styleClass="mydds" styleId="chart">
<html:optionsCollection styleClass="mydd" property="genericLayoutForm.charts" />
</html:select>
</div>
有人有解决方案吗?也许MsDropDown的创建者可以创建一些新参数以供用户使用,例如:slideUpAnimation或slideDownAnimation。
多谢!
The MsDropDown located at: https://github.com/jgb146/ms-Dropdown/blob/master/msdropdown/js/jquery.dd.js only opening with a "slideDown" animation.
How I can fix that to open with a slideUp animation?
Anyone have a CSS or jQuery tricks?
My example:
<div>
<html:select property="genericLayoutForm.chart" style="width:300px; height:82px" styleClass="mydds" styleId="chart">
<html:optionsCollection styleClass="mydd" property="genericLayoutForm.charts" />
</html:select>
</div>
Does someone have a solution for it? Maybe the creator of MsDropDown could create some new parameters to enable users to use, for example: slideUpAnimation or slideDownAnimation.
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)