Replace jQuery animations with CSS animations

This commit is contained in:
Andrew Miner
2015-03-21 19:00:46 -07:00
parent 3d0908c421
commit 9956e64af0
32 changed files with 385 additions and 369 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ html
.content
include ./includes/_header.jade
.page
.page.hideable
include ./includes/_footer.jade
block scripts
+1 -1
View File
@@ -11,4 +11,4 @@
.mainBody
h2: p Active Mods
.mods
.mods
+1 -1
View File
@@ -15,5 +15,5 @@
.view__minimal_recipe
.next
.problem
.problem.hideable
a report a problem
+1 -1
View File
@@ -12,7 +12,7 @@
label(name="comment") Comment:
textarea(name="comment")
button(name="send") send
.error: p Sending failed. Please try again later.
.error.hideable.hidden: p Sending failed. Please try again later.
.label
img(src="/images/paper.png")
+20 -25
View File
@@ -47,6 +47,26 @@
.section
h2 What's new?
.panel
h3 2015-03-20
.entry
p.
Recently, I've been working on allowing mod authors to add more detail to the item pages here on
Crafting Guide. To that end, there are a couple of new features to announce. First, item detail
pages can now show text and pictures to describe the item (check out the <a
href="/browse/buildcraft/assembly_table">Assembly Table</a> for an example). Second, mods can
now include tutorial pages containing similar text and pictures to describe tricky concepts,
complex builds, or anything else their mod has to offer (see <a
href="/browse/buildcraft/tutorials/gates_wires_and_chips">Gates, Wires, and Chips</a> for an
example). Finally, both item pages and tutorial pages can display a list of YouTube videos. Only
a few pages in the Buildcraft section have been updated so far, but keep an eye out for
more to come!
p.
And... the second piece of news is that Crafting Guide now supports <a
href="/browse/thermal_dynamics">Thermal Dynamics</a>! This mod is an off-shoot from <a
href="/browse/thermal_expansion">Thermal Expansion</a> which contains all the ducts (item, fluid
and redstone flux) you're used to from TE3 plus some extras both for higher capacity throughput
and combining item ducts with redstone flux ducts.
h3 2015-03-13
.entry
p.
@@ -126,28 +146,3 @@
| smelting ore directly in a furnace
li recipes for vanilla items added by mods are now available (e.g., smelting Iron Dust into Iron
| ingots)
h3 2015-02-10
.entry
p.
I just pushed up some fixes to avoid confusing various items of the same name from different
mods. The best example of this are the two Wrenches from Buildcraft and IC2, but there are a
bunch of others.
h3 2015-02-09
.entry
p.
This release fixes a number of small issues and improves performance in a number of places. Most
especially, all links within the site have been changed to update the page in place without the
need to re-download anything. This should make browsing between item pages <i>much</i> faster.
h3 2015-02-08
.entry
p.
This is the singlest largest expansion of the website yet! Each item from each mod now has its
own page! This will expand in the future, but for now this shows all the recipes for the item as
well as all the closely related items and the others items that can be made using the item.
p.
This also changes things so that links to Crafting Guide from other sites will first go to the
item's page (instead of to the crafting plan). Not to worry though... there's still a direct
link from each item to the full crafting plan for that item.
+1 -1
View File
@@ -5,7 +5,7 @@
//- All rights reserved.
//-
.view__item
.view__item.hideable.hidden
a
table
tr
+1 -1
View File
@@ -5,6 +5,6 @@
//- All rights reserved.
//-
.view__item_group.section
.view__item_group.section.hideable.hidden
h2
.panel
+8 -8
View File
@@ -8,7 +8,7 @@
.view__item_page
.sidebar
.titleImage: a: img
a.officialPage.externalLink(target="new"): p Offical Documentation
a.officialPage.externalLink.hideable.hidden(target="new"): p Offical Documentation
button.large.craftingPlan See Crafting Plan
@@ -16,22 +16,22 @@
.mainBody
h1.name
.byline: p from <a></a>
.byline.hideable.hidden: p from <a></a>
.recipes.section
.recipes.section.hideable.hidden
h2 Recipes
.panel
.description.section
.description.section.hideable.hidden
h2 Description
.panel.markdown
.videos.section
.videos.section.hideable.hidden
h2 Videos
.panel
.usedToMake: .view__item_group
.view__item_group.usedToMake
.usedAsToolToMake: .view__item_group
.view__item_group.usedAsToolToMake
.similar: .view__item_group
.view__item_group.similar
+4 -4
View File
@@ -9,9 +9,9 @@
.sidebar
.titleImage: a: img
select.version
a.homePage.externalLink(target="new"): p Offical Home Page
a.documentation.externalLink(target="new"): p Documentation
a.download.externalLink(target="new"): p Download
a.homePage.externalLink.hideable.hidden(target="new"): p Offical Home Page
a.documentation.externalLink.hideable.hidden(target="new"): p Documentation
a.download.externalLink.hideable.hidden(target="new"): p Download
.view__adsense
@@ -20,7 +20,7 @@
.byline: p
.description: p
.tutorials.section
.tutorials.section.hideable.hidden
h2 Tutorials
.panel
+2 -2
View File
@@ -8,7 +8,7 @@
.view__tutorial_page
.sidebar
.titleImage: a: img
a.officialPage.externalLink(target="new"): p Offical Documentation
a.officialPage.externalLink.hideable.hidden(target="new"): p Offical Documentation
.view__adsense
@@ -18,6 +18,6 @@
.sections
.videos.section
.videos.section.hideable.hidden
h2
.panel