Fast Swim and MediaWiki:Common.css: Difference between pages

From JakSpeedruns Wiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
[[File:Fast Swim.gif|thumb|Fast swimming to the Fisherman's boat in Sandover Village]]
/* CSS placed here will be applied to all skins */
'''Fast swimming''' is a technique that allows Jak to swim faster than usual. It is performed by tapping the analog stick forward and allowing it to return to neutral in a regular rhythm.


Fast swimming can be performed in [[Jak and Daxter: The Precursor Legacy]], [[Jak II]], and [[Jak 3]].
@media screen {
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/NDAMmWd.png");
    background-color: #a16644;
  }
}


== Technical ==
@media screen {
Jak's swimming animation consists of a section where he moves fast, followed by a section in which he moves more slowly. By repeatedly tapping the analog stick forward and allowing it to return to neutral, only the first part of the animation is completed, allowing the player to use only the fast part of the animation repeatedly without the slow part being used.
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #32591b;
    overflow-y: scroll;
  }
}


== Discovery ==
@media screen {
[[File:CheatCC Fast Swim First Mention.PNG|thumb|The first online mention of fast swim.]]
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
The earliest mention of fast swimming in Jak and Daxter dates back to December 11, 2001 (8 days after the game's [https://en.wikipedia.org/wiki/Jak_and_Daxter North American release]), in an article published on [https://www.cheatcc.com/psx2/jadtpl.html Cheat Code Central]. The author of the article is unknown.
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}


Fast swim was used in the [https://web.archive.org/web/20050407024038/http://speeddemosarchive.com:80/JakAndDaxter.html first recorded Jak and Daxter speedrun by Ben Fichter] on February 14, 2005 ([https://youtu.be/5MCdmbeFizo?si=7YTXV9eHNFjJ3GLD&t=1800 reuploaded to YouTube by Rozer] on December 5, 2019).
@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}


@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    cursor: default;
  }
}


{{Movement_Techniques}}
@media screen {
  #p-personal ul {
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
  }
}
 
@media screen {
  .vector-menu-dropdown {
    background-color: white;
  }
}
 
@media screen {
  #footer-places li {
    line-height: 0;
  }
}
 
@media screen and (min-width: 982px) {
  .mw-footer {
    padding: 40px;
    background-color: #fff;
  }
}
 
@media screen {
  .vector-search-box-input {
    background-color: #fff;
  }
}
 
@media screen and (min-width: 982px) {
  #p-personal {
    right: 1em;
    top: -2px;
    background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
  }
}
 
@media screen {
  .vector-legacy-sidebar .vector-menu-portal {
    margin: 18px 0.6em 0 0.7em;
    padding: 0.25em 0;
    direction: ltr;
    background-color: #253e00a1;
    border-radius: 10px;
  }
}
 
@media screen and (min-width: 982px) {
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 11em;
    margin-right: 11em;
  }
}

Revision as of 22:14, 16 February 2024

/* CSS placed here will be applied to all skins */

@media screen {
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/NDAMmWd.png");
    background-color: #a16644;
  }
}

@media screen {
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #32591b;
    overflow-y: scroll;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    cursor: default;
  }
}

@media screen {
  #p-personal ul {
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
  }
}

@media screen {
  .vector-menu-dropdown {
    background-color: white;
  }
}

@media screen {
  #footer-places li {
    line-height: 0;
  }
}

@media screen and (min-width: 982px) {
  .mw-footer {
    padding: 40px;
    background-color: #fff;
  }
}

@media screen {
  .vector-search-box-input {
    background-color: #fff;
  }
}

@media screen and (min-width: 982px) {
  #p-personal {
    right: 1em;
    top: -2px;
    background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal {
    margin: 18px 0.6em 0 0.7em;
    padding: 0.25em 0;
    direction: ltr;
    background-color: #253e00a1;
    border-radius: 10px;
  }
}

@media screen and (min-width: 982px) {
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 11em;
    margin-right: 11em;
  }
}