- Building Impressive Presentations with Impress.js
- Rakhitha Nimesh Ratnayake
- 214字
- 2021-07-27 18:13:13
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: "We can use the data-rotate-x
attribute to rotate elements around the x axis."
A block of code is set as follows:
$(document).ready(function(){ document.addEventListener ("impress:stepenter", function (event) { // Code for step enter }, false); document.addEventListener ("impress:stepleave", function (event) { // Code for step leave }, false); });
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
$(document).ready(function(){ document.addEventListener ("impress:stepenter", function (event) { // Code for step enter }, false); document.addEventListener ("impress:stepleave", function (event) { // Code for step leave }, false); });
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: "We can go to the overview of the presentation using the Overview button".
- Oracle SOA Governance 11g Implementation
- 我的J2EE成功之路
- ETL with Azure Cookbook
- 輕松學PHP
- 實時流計算系統設計與實現
- Docker High Performance(Second Edition)
- 聊天機器人:入門、進階與實戰
- Excel 2007技巧大全
- Containers in OpenStack
- Mastering Geospatial Analysis with Python
- 基于Proteus的單片機應用技術
- 3ds Max造型表現藝術
- Raspberry Pi 3 Projects for Java Programmers
- 超好玩的Python少兒編程
- Arduino創意機器人入門:基于ArduBlock(第2版)