Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 470 Bytes

effects.md

File metadata and controls

14 lines (12 loc) · 470 Bytes
<script>{ "title": "Effects", "level": "beginner", "customFields": [ { "key": "icon", "value": "picture" } ] }</script>

jQuery makes it trivial to add simple effects to your page. Effects can use the built-in settings, or provide a customized duration. You can also create custom animations of arbitrary CSS properties.

For complete details on jQuery effects, visit the Effects documentation on api.jquery.com.