- Learning AngularJS Animations
- Richard Keller
- 189字
- 2021-08-05 17:29:45
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "First we created an animation with JavaScript without requestFrameRate
."
A block of code is set as follows:
var app = angular.module('myApp', ['ngAnimate']) .animation(".firstJsAnimation", firstJsAnimation);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<body> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular-animate.min.js"></script> <script> var app = angular.module('myApp', ['ngAnimate']); </script> </body>
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "For this sample, we have a Toggle fade button that changes the ngShow
model value, so we can see what happens when the element fades in and fades out from the DOM."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Creating Dynamic UI with Android Fragments
- 辦公通信設(shè)備維修
- Mastering Delphi Programming:A Complete Reference Guide
- 深入淺出SSD:固態(tài)存儲(chǔ)核心技術(shù)、原理與實(shí)戰(zhàn)
- 硬件產(chǎn)品經(jīng)理手冊(cè):手把手構(gòu)建智能硬件產(chǎn)品
- 從零開(kāi)始學(xué)51單片機(jī)C語(yǔ)言
- 嵌入式系統(tǒng)中的模擬電路設(shè)計(jì)
- The Deep Learning with Keras Workshop
- Building 3D Models with modo 701
- 龍芯自主可信計(jì)算及應(yīng)用
- RISC-V處理器與片上系統(tǒng)設(shè)計(jì):基于FPGA與云平臺(tái)的實(shí)驗(yàn)教程
- 新編電腦組裝與硬件維修從入門到精通
- 單片微機(jī)原理及應(yīng)用
- Intel FPGA權(quán)威設(shè)計(jì)指南:基于Quartus Prime Pro 19集成開(kāi)發(fā)環(huán)境
- IP網(wǎng)絡(luò)視頻傳輸:技術(shù)、標(biāo)準(zhǔn)和應(yīng)用