javascript - Jquery easeOutBounce 方向?

标签 javascript jquery css

我正在尝试使用 Jquery 菜单,它使用了“easeOutBounce”缓动方法。它工作正常但是,我不知道如何改变菜单弹出的方向。它目前向右扩展并弹跳。我的菜单将右对齐,我希望它向左展开。

这是我使用的示例:http://jcargoo.110mb.com/rightmenu/

最佳答案

这就是您要达到的目标吗? http://demo.raleighbuckner.com/so/1338381/

如果是这样,我所做的一切(除了删除额外的示例)就是更改此 CSS:

#sliding-navigation1 li {
    text-align: right;
    }

为此:

#sliding-navigation1 li {
    text-align: right;
    float:right;
    clear:both;
    }

关于javascript - Jquery easeOutBounce 方向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1338381/

相关文章:

jquery - 具有多个类别的多重选择过滤器

html - "visibility:collapse"和 "display:none"之间的区别

jQuery 克隆表行

html - 如何将 CSS 脚本添加到我的基本离线 html 站点?

Html & Css - 改变重力

javascript - 如何并排放置 ReactJS-bootstrap 表单和 h1 标签

php - 使用什么代替 if(isset($_POST ['submit' ])) for this.form.submit()?

javascript - FabricJS V.2 删除多个对象

javascript - 戈朗 : dealing with binary data

jQuery 自动完成路径 bash 风格