LearnNewsExamplesServices
Frontmatter
id5724
titlePortal.view.home.parts.Helix: use the new Portal.view.home.FeatureSection base class
stateClosed
labels
enhancement
assigneestobiu
createdAtAug 8, 2024, 11:30 AM
updatedAtAug 8, 2024, 11:38 AM
githubUrlhttps://github.com/neomjs/neo/issues/5724
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtAug 8, 2024, 11:38 AM

Portal.view.home.parts.Helix: use the new Portal.view.home.FeatureSection base class

Closed v8.1.0 enhancement
tobiu
tobiu commented on Aug 8, 2024, 11:30 AM

@mxmrtns @maxrahder

keeping a reference for the full content here:

        items: [{
            ntype : 'container',
            cls   : ['portal-content-text'],
            flex  : '1',
            style : {padding: '2rem'},
            layout: {ntype: 'vbox', align: 'center', pack: 'center'},
            items : [{
                cls : 'neo-h1',
                flex: 'none',
                html: 'Extreme Speed',
                tag : 'h1'
            }, {
                cls : 'neo-h2',
                flex: 'none',
                html: '40,000 Updates /s',
                tag : 'h2'
            }, {
                cls : 'neo-h3',
                flex: 'none',
                tag : 'p',

                html: [
                    'This demo shows the Neo.mjs helix component, along with a "Helix Controls" panel. ',
                    'Move your cursor over the helix, then rapidly scroll left and right to rotate, and up and down to zoom. ',
                    'As you do, look at the delta updates counter at the top. ',
                    'Neo.mjs easily handles 40,000 updates per second, and beyond.'
                ].join('')
            }, {
                cls : 'neo-h1',
                flex: 'none',
                html: 'Multi-Window',
                tag : 'h1'
            }, {
                cls : 'neo-h2',
                flex: 'none',
                html: 'Seamless and Simple',
                tag : 'h2'
            }, {
                cls : 'neo-h3',
                flex: 'none',
                tag : 'p',

                html: [
                    'Click on the small window icon in the Helix Controls title bar and the controls open in their own window ',
                    'which can be moved to a separate monitor. But the application logic doesn\'t care — ',
                    'the logic updates the controls just like before, and framework seamlessly handles updating the DOM across windows.'
                ].join('')
            }]
tobiu added the enhancement label on Aug 8, 2024, 11:30 AM
tobiu assigned to @tobiu on Aug 8, 2024, 11:30 AM
tobiu referenced in commit 5486eef - "Portal.view.home.parts.Helix: use the new Portal.view.home.FeatureSection base class #5724" on Aug 8, 2024, 11:37 AM
tobiu closed this issue on Aug 8, 2024, 11:38 AM