feat: Expose transform properties for IonTitle
See original GitHub issueFeature 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:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You might need to do a full reload of your application (stop the server, restart it). It’s likely a temporary glitch.
Ok I think I can change it so that the
transform-origin
is set on the hostion-title
, and the inner.toolbar-title
class inherits it. That way, you can overridetransform-origin
by doing: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