Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
css 动画和过渡确实很棒——但是当使用触摸屏设备(例如 ipad)时,它们对 :hover 没有影响——这会带来一些乐趣。
我想为一些按钮的 :active 状态添加一个简单的声音,让我的用户在使用触摸屏时单击链接时更加满意......但我不想为每个站点构建一个特殊的应用程序。 ..有人对我有什么建议吗?有没有办法只用 html 和 css 或者 jQuery 来做到这一点?