|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn980347262 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
170331s2017 caua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d N$T
|d IDEBK
|d EBLCP
|d TEFOD
|d N$T
|d YDX
|d OCLCQ
|d OCLCO
|d STF
|d TOH
|d OCLCF
|d OCLCQ
|d NZHPC
|d OCLCO
|d VT2
|d HCO
|d CEF
|d KSU
|d DEBBG
|d C6I
|d WYU
|d UAB
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 978274575
|a 978651075
|a 978837140
|a 979820504
|a 980267800
|a 980411124
|a 980664506
|a 985186725
|a 985389616
|a 1003274297
|a 1048119328
|a 1103278650
|a 1129364721
|
020 |
|
|
|a 9781491957486
|q (electronic bk.)
|
020 |
|
|
|a 1491957484
|q (electronic bk.)
|
020 |
|
|
|a 9781491957462
|q (electronic bk.)
|
020 |
|
|
|a 1491957468
|q (electronic bk.)
|
020 |
|
|
|a 9781491957509
|
020 |
|
|
|a 1491957506
|
020 |
|
|
|z 9781491957516
|
020 |
|
|
|z 1491957514
|
029 |
1 |
|
|a AU@
|b 000060698812
|
029 |
1 |
|
|a GBVCP
|b 1004860552
|
035 |
|
|
|a (OCoLC)980347262
|z (OCoLC)978274575
|z (OCoLC)978651075
|z (OCoLC)978837140
|z (OCoLC)979820504
|z (OCoLC)980267800
|z (OCoLC)980411124
|z (OCoLC)980664506
|z (OCoLC)985186725
|z (OCoLC)985389616
|z (OCoLC)1003274297
|z (OCoLC)1048119328
|z (OCoLC)1103278650
|z (OCoLC)1129364721
|
037 |
|
|
|a CL0500000842
|b Safari Books Online
|
050 |
|
4 |
|a TR897.7
|
072 |
|
7 |
|a COM
|x 060130
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 071000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.6/6
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Chinnathambi, Kirupa,
|e author.
|
245 |
1 |
0 |
|a Creating web animations :
|b bringing your UIs to life /
|c Kirupa Chinnathambi.
|
250 |
|
|
|a First edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly Media,
|c [2017]
|
264 |
|
4 |
|c ©2017
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from title page (Safari, viewed March 24, 2017).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Copyright; Table of Contents; Preface; Know Your Basic HTML, CSS, and JavaScript; About Authoring Tools; Using the Code Examples; O'Reilly Safari; Getting Help/Contacting the Author; Contacting O'Reilly; Acknowledgments; Part I. The Basics; Chapter 1. Introduction to Web Animations; What Is an Animation?; The Start and End States; Interpolation; Animations on the Web; Conclusion; Chapter 2. Introduction to CSS Animations; Creating a Simple Animation; What Just Happened; The Name; Duration and Keyframes; Looping; The Longhand Version; Conclusion; Chapter 3. Introduction to CSS Transitions.
|
505 |
8 |
|
|a Creating a Simple TransitionWhat Just Happened; The Longhand Version; Conclusion; Chapter 4. Working with CSS Timing Functions; What Is a Timing Function?; Timing Functions in CSS; Timing Functions in CSS Animations; Timing Functions in CSS Transitions; Meet the Timing Function Curve; The cubic-bezier Timing Function; The step Timing Function; Conclusion; Chapter 5. Ensuring Your Animations Run Really Smoothly; What Is a Smooth Animation?; Creating Responsive 60 fps Animations; Meet the Animation-Friendly Properties; Push Element Rendering to the GPU; Conclusion.
|
505 |
8 |
|
|a Chapter 6. Transitions, Animations, and JavaScriptIt's Just Property Changes; The Example; Initial State Using CSS, Changes Using JS; What Just Happened?; A Tale of Two Styling Approaches; Setting the Style Directly; Adding and Removing Classes Using JavaScript; Animating with requestAnimationFrame; Conclusion; Chapter 7. CSS Animations Versus CSS Transitions; Similarities; Differences; Triggering; Looping; Defining Intermediate Points/Keyframes; Specifying Properties Up Front; Interaction with JavaScript; Conclusion; Part II. Learning from Examples; Chapter 8. Animating Your Links to Life.
|
505 |
8 |
|
|a The Starting PointAnimated Underline; Simple Background Color Change; Cooler Background Color Change; Conclusion; Chapter 9. Simple Text Fade and Scale Animation; The Example; The CSS Animation; The Easing Function; Conclusion; Chapter 10. Creating a Smooth Sliding Menu; How the Sliding Menu Works; Creating the Sliding Menu; The Initial Page; Adding the Menu; Making the Menu Work; Adding Some Finishing Touches; Conclusion; Chapter 11. Scroll-Activated Animations; The Basic Idea; The Content; It's Scrolling Time; Identifying the Elements; Modifying the Elements; Building It All Out.
|
505 |
8 |
|
|a Listening to the Scroll EventDetecting When Elements Are Visible; Putting It All Together; Some Performance Considerations; Conclusion; Chapter 12. The iOS Icon Wobble/Jiggle; The Full HTML and CSS; Deconstructing This Effect; Looking at the CSS; Faking Randomness; Slightly Different Variants of Style Rules + Keyframes; Altering Some CSS Properties and Their Values & nline!; Conclusion; Chapter 13. Parallax Scrolling; Overview of How the Parallax Effect Works; Getting Started; Adding Our Background Elements; The JavaScript; Conclusion; Chapter 14. Sprite Sheet Animations Using Only CSS.
|
520 |
|
|
|a Learn how to create animations using CSS and implement common UI patterns, using practical examples that rely on animations to solve a core problem. Front-end web developers and designers will not only learn important technical details, but also how to apply them to solve real-world problems.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Computer animation.
|
650 |
|
0 |
|a Cascading style sheets.
|
650 |
|
0 |
|a HTML (Document markup language)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
6 |
|a Animation par ordinateur.
|
650 |
|
6 |
|a Feuilles de style en cascade.
|
650 |
|
6 |
|a HTML (Langage de balisage)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
7 |
|a computer animation.
|2 aat
|
650 |
|
7 |
|a HTML.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Design.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Digital Media
|x Video & Animation.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Cascading style sheets
|2 fast
|
650 |
|
7 |
|a Computer animation
|2 fast
|
650 |
|
7 |
|a HTML (Document markup language)
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
650 |
|
7 |
|a Web sites
|x Design
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Chinnathambi, Kirupa.
|t Creating web animations.
|b First edition.
|d Sebastopol, CA : O'Reilly Media, [2017]
|z 1491957514
|z 9781491957516
|w (OCoLC)965482773
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781491957509/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32600463
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32568803
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4826455
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1488589
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis37861741
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13817708
|
994 |
|
|
|a 92
|b IZTAP
|