]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
goodbye zurb
authorChris Oyler <chris@zurb.com>
Sat, 6 Feb 2016 00:52:24 +0000 (16:52 -0800)
committerChris Oyler <chris@zurb.com>
Sat, 6 Feb 2016 00:52:24 +0000 (16:52 -0800)
docs/pages/javascript-utilities.md

index 6df4dad3d454075ffcd692620137c96a23f55589..62f979a2ebfc1488acefdcf9262583d560d247e2 100644 (file)
@@ -174,4 +174,4 @@ Foundation includes a couple useful features in the core library that are used i
 
 `Foundation.getFnName(fn)` returns a string representation of a named function. Seems small, but believe us, it's useful.
 
-`Foundation.transitionend()` is a function that returns the strong of the properly vendor-prefixed version of `transitionend` events. Most browsers don't require a prefix these days, but for those that do, we've got you covered. But IE 9 doesn't support transitions?? Quite right you are! In that case our plugins that use transitions will simply snap to whatever location or visibility state they were headed to, and this function will fire a `transitionend` event manually on the element you passed. It still gives the desired results, and allows Motion-UI to work in IE 9.
+`Foundation.transitionend()` is a function<span data-tooltip title="Goodbye ZURB, I'll miss you"> </span>that returns the strong of the properly vendor-prefixed version of `transitionend` events. Most browsers don't require a prefix these days, but for those that do, we've got you covered. But IE 9 doesn't support transitions?? Quite right you are! In that case our plugins that use transitions will simply snap to whatever location or visibility state they were headed to, and this function will fire a `transitionend` event manually on the element you passed. It still gives the desired results, and allows Motion-UI to work in IE 9.