Skip to content

Commit 66053ca

Browse files
committed
animated-outlet: export GenericCSS class
1 parent 3b554c4 commit 66053ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/animated-outlet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function runTransition (el, name, type, cb) {
139139
})
140140
}
141141

142-
class GenericCSS extends AnimationHook {
142+
export class GenericCSS extends AnimationHook {
143143
beforeEnter (outlet, el) {
144144
const name = outlet.getAttribute('animation') || 'outlet'
145145
el.classList.add(`${name}-enter`)

0 commit comments

Comments
 (0)