mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
don't bite so hard
This commit is contained in:
@@ -6,17 +6,6 @@
|
|||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
|
|
||||||
// fancy fade jumbotron
|
|
||||||
|
|
||||||
var $jumbotron = $('.jumbotron')
|
|
||||||
, $jcontainer = $('.jumbotron .container')
|
|
||||||
, opacRatio = ($jumbotron.height() / 200 ) * 2
|
|
||||||
|
|
||||||
$(window).on('scroll', function () {
|
|
||||||
var diff = 100 - ($(window).scrollTop() / opacRatio)
|
|
||||||
$jcontainer.css({ opacity: (diff > 0 ? Math.min(diff, 100) : 0) / 100 })
|
|
||||||
})
|
|
||||||
|
|
||||||
// Disable certain links in docs
|
// Disable certain links in docs
|
||||||
$('section [href^=#]').click(function (e) {
|
$('section [href^=#]').click(function (e) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|||||||
Reference in New Issue
Block a user