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.
vimeo.com にアクセスするとナビゲーション バーが表示され、Explore と Help メニューの上にマウスを置くとメニューが非常にスムーズに表示されます。そのため、Vimeo 開発者がどのようにそれを作成し、どの jQuery プラグインを使用しているかに興味があります。 .
彼らは jQuery を使用していません。実際、Javascript はまったく使用していません。
代わりに、CSS トランジションを使用します。例:
.a .e .d { -moz-transform: translateY(-100%); -moz-transition-duration: 250ms; -moz-transition-property: -moz-transform, opacity; -moz-transition-timing-function: ease-out; }