Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Explorable-Podcast-Proof-of-Concept
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ℹ️❤️🖥
Explorable-Podcast-Proof-of-Concept
Commits
af8e36b4
Commit
af8e36b4
authored
Jun 26, 2017
by
i❤computers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Move index html and script out
* Remove another experiment
parent
23d6c417
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
25 deletions
+2
-25
Try Transition Inline Style/index.html
Try Transition Inline Style/index.html
+0
-23
index.html
index.html
+2
-2
script.js
script.js
+0
-0
No files found.
Try Transition Inline Style/index.html
deleted
100644 → 0
View file @
23d6c417
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Try Transition Inline Style
</title>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/normalize/4.0.0/normalize.css"
>
<style>
h1
{
background
:
linear-gradient
(
to
right
,
rgba
(
255
,
255
,
255
,
0
)
50%
,
rgba
(
0
,
0
,
0
,
.12
)
50%
);
background-size
:
200%
;
transition
:
background
.4s
;
}
div
:hover
h1
{
background-position
:
-100%
;
}
</style>
</head>
<body>
<div><h1>
1 second transition
</h1>
<h1
style=
"transition: background 2s"
>
2 second transition
</h1></div>
</body>
</html>
\ No newline at end of file
Generated 99pi page/
index.html
→
index.html
View file @
af8e36b4
...
...
@@ -40,7 +40,7 @@
</style>
</head>
<body>
<audio
id=
"excerpt"
src=
"
../
99Pi%20Excerpt.mp3"
></audio>
<audio
id=
"excerpt"
src=
"99Pi%20Excerpt.mp3"
></audio>
<article>
<p>
<span
class=
"cue-position-0"
>
This
</span>
...
...
@@ -177,7 +177,7 @@
<span
class=
"cue-position-114"
>
history.
</span>
</p>
</article>
<script
src=
"
../
bling.js"
></script>
<script
src=
"bling.js"
></script>
<script
src=
"script.js"
></script>
</body>
</html>
\ No newline at end of file
Generated 99pi page/
script.js
→
script.js
View file @
af8e36b4
File moved
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