- Learning jQuery(Fourth Edition)
- Jonathan Chaffer Karl Swedberg
- 134字
- 2021-08-13 17:18:50
Chapter 4. Styling and Animating
If actions speak louder than words, then in the JavaScript world, effects make actions speak louder still. With jQuery, we can easily add impact to our actions through a set of simple visual effects and even craft our own more sophisticated animations.
The effects offered by jQuery supply simple visual flourishes that grant a sense of movement and modernity to any page. However, apart from being mere decoration, they can also provide important usability enhancements that help orient the user when there is some change on a page (especially common in Ajax applications).
In this chapter, we will cover:
- Changing the styling of elements on the fly
- Hiding and showing elements with various built-in effects
- Creating custom animations of elements
- Sequencing effects to happen one after another
推薦閱讀
- C程序設計簡明教程(第二版)
- Python編程與幾何圖形
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Extreme C
- Getting Started with Python and Raspberry Pi
- uni-app跨平臺開發與應用從入門到實踐
- Java 從入門到項目實踐(超值版)
- Simulation for Data Science with R
- 算法設計與分析:基于C++編程語言的描述
- Java程序設計教程
- jQuery從入門到精通(微課精編版)
- 零基礎學SQL(升級版)
- Learning Alfresco Web Scripts
- Cinder:Begin Creative Coding
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構