]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update docs a bit more for affix
authorfat <jacobthornton@gmail.com>
Fri, 26 Jul 2013 06:57:21 +0000 (23:57 -0700)
committerfat <jacobthornton@gmail.com>
Fri, 26 Jul 2013 06:57:21 +0000 (23:57 -0700)
javascript.html

index 53bd00cd94df23fe2335e4208c5892b117697d0e..0259108d71010e8714fef4872dbbe6a445287092 100644 (file)
@@ -1767,7 +1767,7 @@ $('#myCarousel').on('slide.bs.carousel', function () {
                <td>offset</td>
                <td>number | function | object</td>
                <td>10</td>
-               <td>Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To listen for a single direction, or multiple unique offsets, just provide an object <code>offset: { top: 10 }</code>. Use a function when you need to dynamically provide an offset (useful for some responsive designs).</td>
+               <td>Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To provide a unique, bottom and top offset just provide an object <code>offset: { top: 10 }</code> or <code>offset: { top: 10, bottom: 5 }</code>. Use a function when you need to dynamically calculate an offset.</td>
              </tr>
             </tbody>
           </table>