@linear_non/stellar-kit 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,11 +132,12 @@ export default class PageEngine {
132
132
  }
133
133
 
134
134
  this.manager.initialize()
135
- this.manager.animateIn?.()
136
135
 
137
136
  this.on()
138
137
  this.trackImages()
139
138
  this.resize()
139
+
140
+ this.manager.animateIn?.()
140
141
  }
141
142
 
142
143
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linear_non/stellar-kit",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "Stellar frontend core for Non-Linear Studio projects.",
5
5
  "type": "module",
6
6
  "main": "/core/index.js",