Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
my-cucumbers-ru-github-io
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Лотуга Данила Сергеевич
my-cucumbers-ru-github-io
Commits
c58e5944
Commit
c58e5944
authored
Jul 21, 2011
by
Oleg Roschupkin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gh-pages' of github.com:pepelsbey/shower into gh-pages
parents
01a4eef4
a099a43a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
README.md
README.md
+9
-1
script.js
scripts/script.js
+1
-0
No files found.
README.md
View file @
c58e5944
...
...
@@ -38,4 +38,12 @@ Mobile platforms:
*
Mobile Safari
*
Opera Mobile
Please address bugs and your suggestions to
[
Issues
](
http://github.com/pepelsbey/shower/issues
)
\ No newline at end of file
Please address bugs and your suggestions to
[
Issues
](
http://github.com/pepelsbey/shower/issues
)
## Usage examples
*
[
CSS Management
](
http://pepelsbey.net/pres/css-management/
)
*
[
Dynamic Graphics
](
http://pepelsbey.net/pres/dynamic-graphics/
)
*
[
Sense Coding
](
http://pepelsbey.net/pres/sense-coding/
)
*
[
Special Effects Tea
](
http://pepelsbey.net/pres/special-effects-tea/
)
*
[
Web In Curves
](
http://pepelsbey.net/pres/web-in-curves/
)
\ No newline at end of file
scripts/script.js
View file @
c58e5944
...
...
@@ -65,6 +65,7 @@
}
function
updateProgress
(
slide_number
)
{
if
(
!
progress
)
return
;
progress
.
style
.
width
=
(
100
/
(
slideList
.
length
-
1
)
*
normalizeSlideNumber
(
slide_number
)).
toFixed
(
2
)
+
'%'
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment