question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feat: Expose transform properties for IonTitle

See original GitHub issue

Feature Request

Ionic version:

[x] 4.x

Describe the Feature Request

For the IonTitle inside of IonContent when using collapse=‘condense’ the .toolbar-title class forces transform-origin: left center; however when I set the title text-align: center; the overscroll looks really strange since its transforming left and not centered. So i would like to have transform-origin: center;

Describe Preferred Solution

Some feature or way to change transform-origin on .toolbar-title

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
liamdebeasicommented, Jul 20, 2020

You might need to do a full reload of your application (stop the server, restart it). It’s likely a temporary glitch.

1reaction
liamdebeasicommented, Jul 16, 2020

Ok I think I can change it so that the transform-origin is set on the host ion-title, and the inner .toolbar-title class inherits it. That way, you can override transform-origin by doing:

ion-title {
  transform-origin: center top;
}

Can you try the following dev build, and let me know if it resolves the issue?

Ionic Angular: npm i @ionic/angular@5.3.0-dev.202007162157.6f200ac

Ionic React npm i @ionic/react@5.3.0-dev.202007162157.6f200ac

Ionic Core npm i @ionic/core@5.3.0-dev.202007162157.6f200ac

Read more comments on GitHub >

github_iconTop Results From Across the Web

ion-title: Ionic Framework App Title Component for Toolbars
ion-title is a component that sets the title of the toolbar. Read to learn more about title and collapsible title components and usage...
Read more >
National Defense - GovInfo
ests, and Public Property, 36 CFR, chapter IV. ... manufacturing, compounding, convert- ... from being exposed to crime conducive.
Read more >
How to Build an Ionic 5 Calendar with Modal & Customisation
To use the calendar, you need to import it into the according page module. If you also want to localisee it for a...
Read more >
THE HISTORY AND DEVELOPMENT OF CASA MANANA ...
Albert Johnson had been secured by Rose to transform New ... expose a second stage. 4 ... earmarked for defense and being denied...
Read more >
(PDF) Selective and catalytic carbon dioxide and heteroallene ...
Perkin Elmer Spectrum 65 FT-IR spectrometer as nujol mulls. between KBr disks. ... freeze-pump-thaw degassed 3 times and exposed to an.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found