diff --git a/paper-tooltip.html b/paper-tooltip.html
index 9c7343b..3163851 100644
--- a/paper-tooltip.html
+++ b/paper-tooltip.html
@@ -185,12 +185,12 @@
type: Object,
value: function() {
return {
- 'entry': [{
+ entry: [{
name: 'fade-in-animation',
node: this,
timing: {delay: 0}
}],
- 'exit': [{
+ exit: [{
name: 'fade-out-animation',
node: this
}]