Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9fbbb4d

Browse files
committed
remove modals, prepare for publish
1 parent24fb9c1 commit9fbbb4d

File tree

5 files changed

+23
-24
lines changed

5 files changed

+23
-24
lines changed

‎dist/build.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gulp.task('compress', function (cb) {
1111
gulp.src([
1212
'js/lib/jquery.scrollex.min.js',
1313
'js/lib/jquery.scrolly.min.js',
14-
'js/lib/animatedModal.min.js',
14+
//'js/lib/animatedModal.min.js',
1515
'js/lib/png2gif.min.js',
1616
'js/lib/jquery.sticky.js',
1717
'js/*.js',

‎index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ <h2>Tutorials in your Code Editor</h2>
6161
<sectionclass="spotlight wide">
6262
<divclass="image">
6363
<centerstyle="margin: 0 auto; text-transform: uppercase; letter-spacing: .225em; border: solid 1px white; border-radius: 5%; padding: 10px; width: 250px">
64-
<strong>Tutorial</strong><br/>
65-
<span>=</span><br/>
64+
<h2>Tutorial</h2>
6665
<span>Markdown</span><br/>
6766
<span>+</span><br/>
6867
<span>Unit Tests</span><br/>

‎js/modals.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
$(function(){
2-
// modals
3-
$("#atom-coderoad").animatedModal({
4-
modalTarget:'atom-coderoad-demo',
5-
animatedIn:'zoomIn',
6-
animatedOut:'zoomOut',
7-
beforeOpen:function(){
8-
$('#atom-coderoad-demo .modal-content img')
9-
.attr("src","images/demos/atom-coderoad.gif");
10-
}
11-
});
12-
$("#builder-coderoad").animatedModal({
13-
modalTarget:'builder-coderoad-demo',
14-
beforeOpen:function(){
15-
$('#builder-coderoad-demo .modal-content img')
16-
.attr("src","images/demos/builder-demo.gif");
17-
}
18-
});
19-
});
1+
//$(function() {
2+
// // modals
3+
// $("#atom-coderoad").animatedModal({
4+
// modalTarget: 'atom-coderoad-demo',
5+
// animatedIn:'zoomIn',
6+
// animatedOut:'zoomOut',
7+
// beforeOpen: function() {
8+
// $('#atom-coderoad-demo .modal-content img')
9+
// .attr("src", "images/demos/atom-coderoad.gif");
10+
// }
11+
// });
12+
// $("#builder-coderoad").animatedModal({
13+
// modalTarget: 'builder-coderoad-demo',
14+
// beforeOpen: function() {
15+
// $('#builder-coderoad-demo .modal-content img')
16+
// .attr("src", "images/demos/builder-demo.gif");
17+
// }
18+
// });
19+
//});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp