mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-12-14 13:14:57 -07:00
updating again
This commit is contained in:
parent
7c822b5902
commit
47724d88c7
@ -1255,7 +1255,7 @@
|
||||
<p>The classes for the wind direction indicator is split into 2 options. You can choose towards or from. Towards points to the degree, zero at the top. From points directly away from the degree. This means, if you want the indicator to represent "wind is coming from the south", you can use the <code>towards-0-deg</code> class, or if you prefer to use from, then you would use <code>from-180-deg</code>.</p>
|
||||
<p>There are 360 classes for each in 1 degree increments for maximum precision.</p>
|
||||
<p></p>
|
||||
<p>To make a wind icon appear, you need to add 3 classes, the base icon class, the wind icon class, and then the direction you want it to face: class="wi wi-wind-direction wi-from-e"</p>
|
||||
<p>To make a wind icon appear, you need to add 3 classes, the base icon class, the wind icon class, and then the direction you want it to face: <code>class="wi wi-wind-direction wi-from-e"</code></p>
|
||||
|
||||
<p></p>
|
||||
<p>NOTE: You must include the additional stylesheeet, <code>weather-icons-wind.css</code> to use the wind icons and API mappings.</p>
|
||||
@ -1399,6 +1399,7 @@
|
||||
<p>The purpose of this is to accommodate applications that prefer to point to where the wind is originating from (arrow points against the wind), or pointing where the wind is blowing (arrow points in direction of wind). You can decide which fits your application best and use the class that matches.</p>
|
||||
<p>There are 16 classes each for precision when using cardinal directions.</p>
|
||||
<p></p>
|
||||
<p>To make a wind icon appear, you need to add 3 classes, the base icon class, the wind icon class, and then the direction you want it to face: <code>class="wi wi-wind-direction wi-from-e"</code></p>
|
||||
<p>NOTE: You must include the additional stylesheeet, <code>weather-icons-wind.css</code> to use the wind icons and API mappings.</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user