Skip to content

Commit

Permalink
New: Page turn transitions and fade
Browse files Browse the repository at this point in the history
  • Loading branch information
ollm committed Aug 5, 2024
1 parent 9d05499 commit 3592392
Show file tree
Hide file tree
Showing 19 changed files with 2,457 additions and 144 deletions.
4 changes: 4 additions & 0 deletions fonts/material_icons.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0..1,0&v=1721053311782
*/

@font-face
{
font-family: 'Material Icons';
Expand Down
Binary file modified fonts/material_icons/material_symbols_rounded.woff2
Binary file not shown.
3 changes: 3 additions & 0 deletions languages/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
"colorFilters": "Filtres de color",
"slide": "Lectura horitzontal",
"scroll": "Lectura vertical",
"roughPageTurn": "Passar pàgina",
"smoothPageTurn": "Passar pàgina suaument",
"fade": "Disipar",
"adjustToWidth": "Ajustar a l'ample",
"notEnlargeMoreThanOriginalSize": "No ampliar més de la seva mida original",
"rotateHorizontals": "Rotar les horitzontals",
Expand Down
3 changes: 3 additions & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
"colorFilters": "Color filters",
"slide": "Slide Reader",
"scroll": "Vertical Reader",
"roughPageTurn": "Page turn",
"smoothPageTurn": "Smooth page turn",
"fade": "Fade",
"adjustToWidth": "Adjust to width",
"notEnlargeMoreThanOriginalSize": "Do not enlarge more than its original size",
"rotateHorizontals": "Rotate horizontals",
Expand Down
3 changes: 3 additions & 0 deletions languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
"colorFilters": "Filtros de color",
"slide": "Lectura horizontal",
"scroll": "Lectura vertical",
"roughPageTurn": "Pasar página",
"smoothPageTurn": "Pasar página suavemente",
"fade": "Desvanecerse",
"adjustToWidth": "Ajustar a lo ancho",
"notEnlargeMoreThanOriginalSize": "No ampliar más de su tamaño original",
"rotateHorizontals": "Rotar las horizontales",
Expand Down
146 changes: 81 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions scripts/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@ module.exports = {
end: end,
stop: stop,
resume: resume,
get: function(key){return queued[key]},
set: function(key, value){queued[key] = value},
};
Loading

0 comments on commit 3592392

Please sign in to comment.