From 2c651336bb6e6f1b660aeaaf93cf04c045ff1b33 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 24 Feb 2015 15:19:37 -0500 Subject: [PATCH] Fix releasenotes link --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 96eddfaa9..b58467aef 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -7,7 +7,7 @@ No changes, fixes stale pm component builds ### Version 1.10.0 - February 23, 2015 **New Features** -- **Transition** - Transitions now have `interval` to allow grouped elements to animate one by one with a delay between each animation. Grouped animations determine order based on transition direction to avoid reflows, or can manually be reversed by using reverse: true [See Examples](http://laptop-vm:9778/modules/transition.html#grouped-transitions) for more details. +- **Transition** - Transitions now have `interval` to allow grouped elements to animate one by one with a delay between each animation. Grouped animations determine order based on transition direction to avoid reflows, or can manually be reversed by using reverse: true [See Examples](http://www.semantic-ui.com/modules/transition.html#grouped-transitions) for more details. **Critical Fixes** - **Transition** - Webkit `failSafe` used for [Chromium Bug #437860](https://code.google.com/p/chromium/issues/detail?id=437860) now also works for queued animations